共用方式為


NotificationManager.ActionNotificationChannelBlockStateChanged 欄位

定義

NotificationChannel 封鎖 時廣播的意圖 (當 NotificationChannel#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

欄位值

屬性

備註

NotificationChannel 封鎖 時廣播的意圖 (當 NotificationChannel#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 屬性授權中所述的詞彙使用。

適用於