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 auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: