RichUtils / pyxis.uzuki.live.richutilskt.utils / android.os.Bundle / put

put

fun Bundle.put(map: Map<String, Any>): Unit

put contents of Map<String, Any> into given Bundle

fun Bundle.put(key: String, value: Any): Unit

put 'key to value' into Bundle with automatically smart castig