Freigeben über


NotificationManager.ActionNotificationChannelBlockStateChanged Feld

Definition

Absicht, die übertragen wird, wenn eine NotificationChannel blockiert (wenn NotificationChannel#getImportance() ) #IMPORTANCE_NONEoder entsperrt wird (wenn NotificationChannel#getImportance() etwas anderes als #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

Feldwert

Attribute

Hinweise

Absicht, die übertragen wird, wenn eine NotificationChannel blockiert (wenn NotificationChannel#getImportance() ) #IMPORTANCE_NONEoder entsperrt wird (wenn NotificationChannel#getImportance() etwas anderes als #IMPORTANCE_NONE).

Diese Übertragung wird nur an die App gesendet, die den geänderten Kanal besitzt.

Eingabe: nothing Output: Output: #EXTRA_NOTIFICATION_CHANNEL_ID#EXTRA_BLOCKED_STATE

Java-Dokumentation für android.app.NotificationManager.ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: