NotificationManager.BubblePreferenceNone 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 as bolhas sem são permitidas no aplicativo.

[Android.Runtime.Register("BUBBLE_PREFERENCE_NONE", 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 BubblePreferenceNone = 0;
[<Android.Runtime.Register("BUBBLE_PREFERENCE_NONE", 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 BubblePreferenceNone : Android.App.NotificationBubblePreference

Valor do campo

Value = 0
Atributos

Comentários

Indica que as bolhas sem são permitidas no aplicativo. Se o aplicativo enviar bolhas, apenas a notificação aparecerá. A notificação terá um custo que permite ao usuário borbulhá-la. Se o usuário selecionar essa acessibilidade, essa notificação será aprovada para bolha e a preferência de bolha dos aplicativos será atualizada para #BUBBLE_PREFERENCE_SELECTED.

Documentação Java para android.app.NotificationManager.BUBBLE_PREFERENCE_NONE.

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

Aplica-se a