CalendarContract.CalendarAlerts.InterfaceConsts.State Field

Definition

The state of this alert.

[Android.Runtime.Register("STATE")]
public const string State;
[<Android.Runtime.Register("STATE")>]
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