Example usage for Java android.os BaseBundle fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | get(String key) Returns the entry with the given key as an object. |
String | getString(@Nullable String key) Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key. |
Set | keySet() Returns a Set containing the Strings used as keys in this Bundle. |
int | size() Returns the number of mappings contained in this Bundle. |