Freigeben über


Condition.StateFalse Feld

Definition

Achtung

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

Gibt an, dass "Nicht stören" deaktiviert werden soll.

[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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Gibt an, dass "Nicht stören" deaktiviert werden soll. Beachten Sie, dass alle Bedingungen aller android.app.AutomaticZenRule Anbieter deaktiviert sein müssen, damit "Nicht stören" auf dem Gerät deaktiviert wird.

Java-Dokumentation für android.service.notification.Condition.STATE_FALSE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: