Inserts an array of Parcelable values into the mapping of this Bundle,
replacing any existing value for the given key.
Syntax
[Android.Runtime.Register("putParcelableArray", "(Ljava/lang/String;[Landroid/os/Parcelable;)V", "")]
public
void PutParcelableArray (
string key,
IParcelable[] value)
Parameters
- key
- a String, or null
- value
- an array of Parcelable objects, or null
Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1