Android.App.PendingIntent.WritePendingIntentOrNullToParcel Method
Convenience function for writing either a PendingIntent or null pointer to a Parcel.

Syntax

[Android.Runtime.Register("writePendingIntentOrNullToParcel", "(Landroid/app/PendingIntent;Landroid/os/Parcel;)V", "")]
public static void WritePendingIntentOrNullToParcel (PendingIntent sender, Android.OS.Parcel out)

Parameters

sender
The PendingIntent to write, or null.
out
Where to write the PendingIntent.

Remarks

Convenience function for writing either a PendingIntent or null pointer to a Parcel. You must use this with PendingIntent.ReadPendingIntentOrNullFromParcel(Android.OS.Parcel) for later reading it.

[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