Freigeben über


Condition.StateTrue 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" aktiviert werden soll.

[Android.Runtime.Register("STATE_TRUE", 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 StateTrue = 1;
[<Android.Runtime.Register("STATE_TRUE", 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 StateTrue : Android.Service.Notification.ConditionState

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

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

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

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: