Android.App.AlarmManager.Cancel Method
Remove any alarms with a matching Android.Content.Intent.

Syntax

[Android.Runtime.Register("cancel", "(Landroid/app/PendingIntent;)V", "GetCancel_Landroid_app_PendingIntent_Handler")]
public virtual void Cancel (PendingIntent operation)

See Also

AlarmManager.Set(AlarmType, System.Int64, System.Int64)

Parameters

operation
IntentSender which matches a previously added IntentSender.

Remarks

Remove any alarms with a matching Android.Content.Intent. Any alarm, of any type, whose Intent matches this one (as defined by Android.Content.Intent.FilterEquals(Android.Content.Intent)), will be canceled.

[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