Parcel.ReadTypedArray(Object[], IParcelableCreator) Method

Definition

Reads the typed array value from this parcel.

[Android.Runtime.Register("readTypedArray", "([Ljava/lang/Object;Landroid/os/Parcelable$Creator;)V", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public void ReadTypedArray(Java.Lang.Object[] val, Android.OS.IParcelableCreator c);
[<Android.Runtime.Register("readTypedArray", "([Ljava/lang/Object;Landroid/os/Parcelable$Creator;)V", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
member this.ReadTypedArray : Java.Lang.Object[] * Android.OS.IParcelableCreator -> unit

Parameters

val
Object[]

The value cannot be null.

c
IParcelableCreator

The value cannot be null.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for android.os.Parcel.readTypedArray(T[], android.os.Parcelable.Creator<T>).

Applies to