Android.OS.Parcel.ReadBundle Method
Read and return a new Bundle object from the parcel at the current dataPosition().

Syntax

[Android.Runtime.Register("readBundle", "()Landroid/os/Bundle;", "")]
public Bundle ReadBundle ()

Returns

Documentation for this section has not yet been entered.

Remarks

Read and return a new Bundle object from the parcel at the current dataPosition(). Returns null if the previously written Bundle object was null.

[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