NotificationManager.ActionNotificationChannelBlockStateChanged Feld

Definition

Absicht, die übertragen wird, wenn ein NotificationChannel blockiert wird (wenn NotificationChannel.getImportance() IMPORTANCE_NONE) oder entsperrt wird (wenn NotificationChannel.getImportance() alles andere als IMPORTANCE_NONE ist).

[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 ein NotificationChannel blockiert wird (wenn NotificationChannel.getImportance() IMPORTANCE_NONE) oder entsperrt wird (wenn NotificationChannel.getImportance() alles andere als IMPORTANCE_NONE ist). Diese Übertragung wird nur an die App gesendet, die den geänderten Kanal besitzt. Eingabe: nothing Output: EXTRA_NOTIFICATION_CHANNEL_ID Output: EXTRA_BLOCKED_STATE

Android-Referenz für android.app.NotificationManager.ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: