Android.OS.Parcel.ReadBundle Method
Read and return a new Bundle object from the parcel at the current dataPosition(), using the given class loader to initialize the class loader of the Bundle for later retrieval of Parcelable objects.

Syntax

[Android.Runtime.Register("readBundle", "(Ljava/lang/ClassLoader;)Landroid/os/Bundle;", "")]
public Bundle ReadBundle (Java.Lang.ClassLoader loader)

Parameters

loader
Documentation for this section has not yet been entered.

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(), using the given class loader to initialize the class loader of the Bundle for later retrieval of Parcelable objects. 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