Language

AutofillValue.WriteToParcel(Parcel, ParcelableWriteFlags) Method

Definition

Flattens this object into a parcel.

[Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=26)]
public void WriteToParcel(Android.OS.Parcel? parcel, Android.OS.ParcelableWriteFlags flags);
[<Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=26)>]
abstract member WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
override this.WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit

Parameters

parcel
Parcel

The parcel that receives the flattened representation.

flags
ParcelableWriteFlags

Additional flags describing how the object is written.

Implements

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.

Applies to