NotificationManager.ActionNotificationChannelBlockStateChanged 字段

定义

当阻止(何时 NotificationChannelNotificationChannel#getImportance()#IMPORTANCE_NONE)或取消阻止时广播的意向(如果 NotificationChannel#getImportance() 不是 #IMPORTANCE_NONE其他任何内容)。

[Android.Runtime.Register("ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED", ApiSince=28)]
public const string ActionNotificationChannelBlockStateChanged;
[<Android.Runtime.Register("ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED", ApiSince=28)>]
val mutable ActionNotificationChannelBlockStateChanged : string

字段值

属性

注解

当阻止(何时 NotificationChannelNotificationChannel#getImportance()#IMPORTANCE_NONE)或取消阻止时广播的意向(如果 NotificationChannel#getImportance() 不是 #IMPORTANCE_NONE其他任何内容)。

此广播仅发送到拥有已更改通道的应用。

输入:无输出: #EXTRA_NOTIFICATION_CHANNEL_ID 输出: #EXTRA_BLOCKED_STATE

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

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

适用于