Android.App.PendingIntent.ReadPendingIntentOrNullFromParcel Method
Convenience function for reading either a Messenger or null pointer from a Parcel.

Syntax

[Android.Runtime.Register("readPendingIntentOrNullFromParcel", "(Landroid/os/Parcel;)Landroid/app/PendingIntent;", "")]
public static PendingIntent ReadPendingIntentOrNullFromParcel (Android.OS.Parcel in)

Parameters

in
The Parcel containing the written Messenger.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience function for reading either a Messenger or null pointer from a Parcel. You must have previously written the Messenger with PendingIntent.WritePendingIntentOrNullToParcel(PendingIntent, Android.OS.Parcel).

[Android Documentation]

Requirements

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