Share via


Parcel.WriteParcelableCreator(IParcelable) Method

Definition

Flatten the name of the class of the Parcelable into this Parcel.

[Android.Runtime.Register("writeParcelableCreator", "(Landroid/os/Parcelable;)V", "", ApiSince=30)]
public void WriteParcelableCreator (Android.OS.IParcelable p);
[<Android.Runtime.Register("writeParcelableCreator", "(Landroid/os/Parcelable;)V", "", ApiSince=30)>]
member this.WriteParcelableCreator : Android.OS.IParcelable -> unit

Parameters

p
IParcelable

The Parcelable object to be written.

Attributes

Remarks

Flatten the name of the class of the Parcelable into this Parcel.

Java documentation for android.os.Parcel.writeParcelableCreator(android.os.Parcelable).

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.

Applies to