Share via


CalendarContract.CalendarAlerts.InterfaceConsts.StateFired Campo

Definición

Precaución

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

Después de crear una notificación de una alerta, se debe actualizar para que se desencadene.

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

Valor de campo

Value = 1
Atributos

Comentarios

Después de crear una notificación de una alerta, se debe actualizar para que se desencadene.

Documentación de Java para android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a