Bundle.ReadFromParcel(Parcel) Method

Definition

Reads the Parcel contents into this Bundle, typically in order for it to be passed through an IBinder connection.

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

Parameters

parcel
Parcel

The parcel to overwrite this bundle from.

Attributes

Remarks

Reads the Parcel contents into this Bundle, typically in order for it to be passed through an IBinder connection.

Java documentation for android.os.Bundle.readFromParcel(android.os.Parcel).

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