CalendarAlertsState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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.