Linguagem

NotificationManager.BubblePreferenceAll Campo

Definição

Cuidado

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

Indica que todas as bolhas são permitidas do aplicativo.

[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

Valor do campo

Value = 1
Atributos

Comentários

Indica que todas as bolhas são permitidas do aplicativo. Se o aplicativo enviar bolhas, a bolha aparecerá junto com a notificação.

Referência do Android para android.app.NotificationManager.BUBBLE_PREFERENCE_ALL.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a