Android.Provider.CalendarContract.CalendarAlertsColumns.StateDismissed Field
Once the user has dismissed the notification the alert's state should be set to dismissed so it is not fired again.

Value: 2

Syntax

[Android.Runtime.Register("STATE_DISMISSED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarAlertsState enum directly instead of this field.")]
public const CalendarAlertsState StateDismissed

Remarks

Once the user has dismissed the notification the alert's state should be set to dismissed so it is not fired again.

[Android Documentation]

Requirements

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