NotificationManager.ExtraNotificationChannelId Field

Definition

Extra for #ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED containing the id of the NotificationChannel which has a new blocked state.

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

Field Value

Attributes

Remarks

Extra for #ACTION_NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED containing the id of the NotificationChannel which has a new blocked state.

The value will be the NotificationChannel#getId() of the channel.

Java documentation for android.app.NotificationManager.EXTRA_NOTIFICATION_CHANNEL_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to