CalendarAlertsState Enum

Definition

Enumerates values returned by several types.

public enum CalendarAlertsState
type CalendarAlertsState = 
Inheritance
CalendarAlertsState

Fields

Name Value Description
Scheduled 0

An alert begins in this state when it is first created.

Android reference for android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED.

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.

Fired 1

After a notification for an alert has been created it should be updated to fired.

Android reference for android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED.

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.

Dismissed 2

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

Android reference 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.

Remarks

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