NotificationManager.BubblePreferenceNone 字段

定义

注意

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

指示不允许从应用使用气泡。

[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

字段值

Value = 0
属性

注解

指示不允许从应用使用气泡。 如果应用发送气泡,则只会显示通知。 通知将具有允许用户将其冒泡的提供。 如果用户选择此提示,则会批准该通知以气泡,并且应用的气泡首选项将升级到 #BUBBLE_PREFERENCE_SELECTED

适用于 . 的 android.app.NotificationManager.BUBBLE_PREFERENCE_NONEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于