Condition.SourceContext 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 cambio en el contexto (como la conducción detectada o la suspensión).

[Android.Runtime.Register("SOURCE_CONTEXT", 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 SourceContext = 3;
[<Android.Runtime.Register("SOURCE_CONTEXT", 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 SourceContext : Android.Service.Notification.ConditionSource

Valor de campo

Value = 3

Implementaciones

Atributos

Comentarios

El estado cambia debido a un cambio en el contexto (como la conducción detectada o la suspensión).

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

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