NotificationManager.Policy.PriorityCategoryConversations Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.

Unterhaltungen sind über DND zulässig.

[Android.Runtime.Register("PRIORITY_CATEGORY_CONVERSATIONS", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.", true)]
public const Android.App.NotificationPriorityCategory PriorityCategoryConversations = 256;
[<Android.Runtime.Register("PRIORITY_CATEGORY_CONVERSATIONS", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationPriorityCategory enum directly instead of this field.", true)>]
val mutable PriorityCategoryConversations : Android.App.NotificationPriorityCategory

Feldwert

Value = 256

Implementiert

Attribute

Hinweise

Unterhaltungen sind über DND zulässig.

Android-Referenz für android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CONVERSATIONS.

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: