Partager via


CalendarContract.CalendarAlertsColumns.StateScheduled Champ

Définition

Attention

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

Une alerte commence dans cet état lors de sa création.

[Android.Runtime.Register("STATE_SCHEDULED")]
[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 StateScheduled = 0;
[<Android.Runtime.Register("STATE_SCHEDULED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CalendarAlertsState enum directly instead of this field.", true)>]
val mutable StateScheduled : Android.Provider.CalendarAlertsState

Valeur de champ

Value = 0
Attributs

Remarques

Une alerte commence dans cet état lors de sa création.

Documentation Java pour android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à