Android.OS.Parcel.ReadMap Method
Please use Parcel.ReadBundle(Java.Lang.ClassLoader) instead (whose data must have been written with Parcel.WriteBundle(Bundle).

Syntax

[Android.Runtime.Register("readMap", "(Ljava/util/Map;Ljava/lang/ClassLoader;)V", "")]
public void ReadMap (IDictionary outVal, Java.Lang.ClassLoader loader)

Parameters

outVal
Documentation for this section has not yet been entered.
loader
Documentation for this section has not yet been entered.

Remarks

Please use Parcel.ReadBundle(Java.Lang.ClassLoader) instead (whose data must have been written with Parcel.WriteBundle(Bundle). Read into an existing Map object from the parcel at the current dataPosition().

[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