Parcel.WriteParcelableCreator(IParcelable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.