Android.OS.PersistableBundle: Method Members

The methods of Android.OS.PersistableBundle are listed below. For a list of all members, see the PersistableBundle Members list.

See Also: Inherited members from Android.OS.BaseBundle

Public Methods

Clone() : Java.Lang.Object
Clones the current PersistableBundle.
DescribeContents() : int
Report the nature of this Parcelable's contents
GetPersistableBundle(string) : PersistableBundle
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.
PutPersistableBundle(string, PersistableBundle)
Inserts a PersistableBundle value into the mapping of this Bundle, replacing any existing value for the given key.
WriteToParcel(Parcel, ParcelableWriteFlags)
Writes the PersistableBundle contents to a Parcel, typically in order for it to be passed through an IBinder connection.