Condividi tramite


Condition.StateFalse Campo

Definizione

Attenzione

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

Indica che Non disturbare deve essere disattivato.

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

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Indica che Non disturbare deve essere disattivato. Si noti che tutte le condizioni di tutti i android.app.AutomaticZenRule provider devono essere disattivate perché Non disturbare sia disattivato nel dispositivo.

Documentazione java per android.service.notification.Condition.STATE_FALSE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a