CalendarContract.CalendarAlertsColumns.StateDismissed Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.CalendarAlertsState enum directly instead of this field.

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

[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.", true)]
public const Android.Provider.CalendarAlertsState StateDismissed = 2;
[<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.", true)>]
val mutable StateDismissed : Android.Provider.CalendarAlertsState

Field Value

Value = 2
Attributes

Remarks

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

Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_DISMISSED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to