Android.OS.Parcel.WriteParcelable Method
Flatten the name of the class of the Parcelable and its contents into the parcel.

Syntax

[Android.Runtime.Register("writeParcelable", "(Landroid/os/Parcelable;I)V", "")]
public void WriteParcelable (IParcelable p, [Android.Runtime.GeneratedEnum] ParcelableWriteFlags parcelableFlags)

Parameters

p
The Parcelable object to be written.
parcelableFlags
Contextual flags as per Parcelable.writeToParcel(android.os.Parcel, int).

Remarks

Flatten the name of the class of the Parcelable and its contents into the parcel.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1