The members of Android.OS.PersistableBundle are listed below.
See Also: Inherited members from Android.OS.BaseBundle
Constructs a new, empty PersistableBundle. | ||
Constructs a PersistableBundle containing a copy of the mappings from the given PersistableBundle. | ||
Constructs a new, empty PersistableBundle sized to hold the given number of elements. |
[read-only] static | Creator | IParcelableCreator. |
[read-only] static | Empty | PersistableBundle. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Clones the current PersistableBundle. | ||
DescribeContents()Report the nature of this Parcelable's contents | ||
GetPersistableBundle(string)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. |