Condition.SourceUnknown Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Service.Notification.ConditionSource enum directly instead of this field.

El estado cambia debido a un motivo desconocido.

[Android.Runtime.Register("SOURCE_UNKNOWN", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.ConditionSource enum directly instead of this field.", true)]
public const Android.Service.Notification.ConditionSource SourceUnknown = 0;
[<Android.Runtime.Register("SOURCE_UNKNOWN", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.ConditionSource enum directly instead of this field.", true)>]
val mutable SourceUnknown : Android.Service.Notification.ConditionSource

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

El estado cambia debido a un motivo desconocido.

Java documentación para android.service.notification.Condition.SOURCE_UNKNOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a