fun Bundle.put(key: String, value: Any): Unit
put 'key to value' into Bundle with automatically smart castig |
|
fun Bundle.putMap(map: Map<String, Any>): Unit
put contents of Map<String, Any> into given Bundle |
|
fun Bundle.toMap(): HashMap<String, Any>
Convert Bundle to HashMap<String, Any> |