NotificationManager.BubblePreferenceAll Feld

Definition

Achtung

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

Gibt an, dass alle Blasen aus der App zugelassen sind.

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

Feldwert

Value = 1
Attribute

Hinweise

Gibt an, dass alle Blasen aus der App zugelassen sind. Wenn die App Blasen sendet, wird die Blase zusammen mit der Benachrichtigung angezeigt.

Android-Referenz für android.app.NotificationManager.BUBBLE_PREFERENCE_ALL.

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: