Condition.SourceUserAction 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 una acción explícita del usuario.

[Android.Runtime.Register("SOURCE_USER_ACTION", 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 SourceUserAction = 1;
[<Android.Runtime.Register("SOURCE_USER_ACTION", 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 SourceUserAction : Android.Service.Notification.ConditionSource

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

El estado cambia debido a una acción explícita del usuario.

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

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