The methods of Android.OS.Bundle are listed below. For a list of all members, see the Bundle Members list.
See Also: Inherited members from Android.OS.BaseBundle
override | Clear()Removes all elements from the mapping of this Bundle. | |
Clone()Clones the current Bundle. | ||
override | ContainsKey(string)Returns true if the given key is contained in the mapping of this Bundle. | |
DescribeContents()Report the nature of this Parcelable's contents | ||
override | Get(string)Returns the entry with the given key as an object. | |
GetBinder(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. | ||
GetBoolean(string)Returns the value associated with the given key, or false if no mapping of the desired type exists for the given key. | ||
GetBoolean(string, bool)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | ||
GetBooleanArray(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. | ||
GetBundle(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. | ||
GetByte(string)Returns the value associated with the given key, or (byte) 0 if no mapping of the desired type exists for the given key. | ||
GetByte(string, sbyte)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | ||
GetByteArray(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. | ||
GetChar(string)Returns the value associated with the given key, or (char) 0 if no mapping of the desired type exists for the given key. | ||
GetChar(string, char)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | ||
GetCharArray(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. | ||
GetCharSequence(string)Documentation for this section has not yet been entered. | ||
GetCharSequence(string, string)Documentation for this section has not yet been entered. | ||
GetCharSequenceArray(string)Documentation for this section has not yet been entered. | ||
GetCharSequenceArrayFormatted(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. | ||
GetCharSequenceArrayList(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. | ||
GetCharSequenceFormatted(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. | ||
GetCharSequenceFormatted(string, Java.Lang.ICharSequence)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key or if a null value is explicitly associatd with the given key. | ||
override | GetDouble(string)Returns the value associated with the given key, or 0.0 if no mapping of the desired type exists for the given key. | |
override | GetDouble(string, double)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | |
override | GetDoubleArray(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. | |
GetFloat(string)Returns the value associated with the given key, or 0.0f if no mapping of the desired type exists for the given key. | ||
GetFloat(string, float)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | ||
GetFloatArray(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. | ||
override | GetInt(string)Returns the value associated with the given key, or 0 if no mapping of the desired type exists for the given key. | |
override | GetInt(string, int)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | |
override | GetIntArray(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. | |
GetIntegerArrayList(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. | ||
override | GetLong(string)Returns the value associated with the given key, or 0L if no mapping of the desired type exists for the given key. | |
override | GetLong(string, long)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | |
override | GetLongArray(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. | |
GetParcelable(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. | ||
GetParcelableArray(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. | ||
GetParcelableArrayList(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. | ||
GetSerializable(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. | ||
GetShort(string)Returns the value associated with the given key, or (short) 0 if no mapping of the desired type exists for the given key. | ||
GetShort(string, short)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | ||
GetShortArray(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. | ||
GetSize(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. | ||
GetSizeF(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. | ||
GetSparseParcelableArray(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. | ||
override | GetString(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. | |
override | GetString(string, string)Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key. | |
override | GetStringArray(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. | |
GetStringArrayList(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. | ||
override | KeySet()Returns a Set containing the Strings used as keys in this Bundle. | |
PutAll(Bundle)Inserts all mappings from the given Bundle into this Bundle. | ||
PutBinder(string, IBinder)Inserts an Android.OS.BinderConsts value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutBoolean(string, bool)Inserts a Boolean value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutBooleanArray(string, bool[])Inserts a boolean array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutBundle(string, Bundle)Inserts a Bundle value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutByte(string, sbyte)Inserts a byte value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutByteArray(string, byte[])Inserts a byte array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutChar(string, char)Inserts a char value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutCharArray(string, char[])Inserts a char array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutCharSequence(string, Java.Lang.ICharSequence)Inserts a CharSequence value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutCharSequence(string, string)Documentation for this section has not yet been entered. | ||
PutCharSequenceArray(string, Java.Lang.ICharSequence[])Inserts a CharSequence array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutCharSequenceArray(string, string[])Documentation for this section has not yet been entered. | ||
PutCharSequenceArrayList(string, IList<Java.Lang.ICharSequence>)Documentation for this section has not yet been entered. | ||
override | PutDouble(string, double)Inserts a double value into the mapping of this Bundle, replacing any existing value for the given key. | |
override | PutDoubleArray(string, double[])Inserts a double array value into the mapping of this Bundle, replacing any existing value for the given key. | |
PutFloat(string, float)Inserts a float value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutFloatArray(string, float[])Inserts a float array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
override | PutInt(string, int)Inserts an int value into the mapping of this Bundle, replacing any existing value for the given key. | |
override | PutIntArray(string, int[])Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key. | |
PutIntegerArrayList(string, IList<Java.Lang.Integer>)Documentation for this section has not yet been entered. | ||
override | PutLong(string, long)Inserts a long value into the mapping of this Bundle, replacing any existing value for the given key. | |
override | PutLongArray(string, long[])Inserts a long array value into the mapping of this Bundle, replacing any existing value for the given key. | |
PutParcelable(string, IParcelable)Inserts a Parcelable value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutParcelableArray(string, IParcelable[])Inserts an array of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutParcelableArrayList(string, IList<IParcelable>)Documentation for this section has not yet been entered. | ||
PutSerializable(string, Java.IO.ISerializable)Inserts a Serializable value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutShort(string, short)Inserts a short value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutShortArray(string, short[])Inserts a short array value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutSize(string, Android.Util.Size)Inserts a Size value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutSizeF(string, Android.Util.SizeF)Inserts a SizeF value into the mapping of this Bundle, replacing any existing value for the given key. | ||
PutSparseParcelableArray(string, Android.Util.SparseArray)Documentation for this section has not yet been entered. | ||
override | PutString(string, string)Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key. | |
override | PutStringArray(string, string[])Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key. | |
PutStringArrayList(string, IList<string>)Documentation for this section has not yet been entered. | ||
ReadFromParcel(Parcel)Reads the Parcel contents into this Bundle, typically in order for it to be passed through an IBinder connection. | ||
override | Remove(string)Removes any entry with the given key from the mapping of this Bundle. | |
SetClassLoader(Java.Lang.ClassLoader)Changes the ClassLoader this Bundle uses when instantiating objects. | ||
override | Size()Returns the number of mappings contained in this Bundle. | |
WriteToParcel(Parcel, ParcelableWriteFlags)Writes the Bundle contents to a Parcel, typically in order for it to be passed through an IBinder connection. |