Language

EmbeddedPhotoPickerFeatureInfo.WriteToParcel Method

Definition

Flattens this object into a Parcel.

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

Parameters

dest
Parcel

The Parcel in which to write this object.

flags
ParcelableWriteFlags

Additional flags controlling how to write this object.

Implements

Attributes

Remarks

Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo.writeToParcel(Parcel, int).

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