NotificationManager.BubblePreferenceNone Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.