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

Syntax

[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "")]
public void ReadFromParcel (Parcel parcel)

Parameters

parcel
The parcel to overwrite this bundle from.

Remarks

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

[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