CalendarContract.CalendarAlertsColumns.State Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarAlertsColumns.State'. This class will be removed in a future release.

The state of this alert.

[Android.Runtime.Register("STATE")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarAlertsColumns.State'. This class will be removed in a future release.")]
public const string State;
[<Android.Runtime.Register("STATE")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarAlertsColumns.State'. This class will be removed in a future release.")>]
val mutable State : string

Field Value

Attributes

Remarks

The state of this alert. It starts out as #STATE_SCHEDULED, then when the alarm goes off, it changes to #STATE_FIRED, and then when the user dismisses the alarm it changes to #STATE_DISMISSED. Column name.

Type: INTEGER

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

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