Idioma

NotificationManager.BubblePreferenceSelected 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 somente as notificações selecionadas pelo usuário aparecerão como bolhas.

[Android.Runtime.Register("BUBBLE_PREFERENCE_SELECTED", 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 BubblePreferenceSelected = 2;
[<Android.Runtime.Register("BUBBLE_PREFERENCE_SELECTED", 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 BubblePreferenceSelected : Android.App.NotificationBubblePreference

Valor do campo

Value = 2
Atributos

Comentários

Indica que somente as notificações selecionadas pelo usuário aparecerão como bolhas. Se o aplicativo enviar bolhas que não foram selecionadas, apenas a notificação será exibida. Se a bolha tiver sido aprovada pelo usuário, ela aparecerá junto com a notificação.

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

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