Intent.ReadFromParcel(Parcel) Method

Definition

[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")]
public virtual void ReadFromParcel(Android.OS.Parcel? in);
[<Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")>]
abstract member ReadFromParcel : Android.OS.Parcel -> unit
override this.ReadFromParcel : Android.OS.Parcel -> unit

Parameters

in
Parcel

The parcel from which to read the object.

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.

Java documentation for android.content.Intent.readFromParcel(android.os.Parcel).

Applies to