Android.Content.ComponentName.ReadFromParcel Method
Read a ComponentName from a Parcel that was previously written with ComponentName.WriteToParcel(ComponentName, Android.OS.Parcel), returning either a null or new object as appropriate.

Syntax

[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)Landroid/content/ComponentName;", "")]
public static ComponentName ReadFromParcel (Android.OS.Parcel in)

See Also

ComponentName.WriteToParcel(ComponentName, Android.OS.Parcel)

Parameters

in
The Parcel from which to read the ComponentName

Returns

Documentation for this section has not yet been entered.

Remarks

Read a ComponentName from a Parcel that was previously written with ComponentName.WriteToParcel(ComponentName, Android.OS.Parcel), returning either a null or new object as appropriate.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1