Compartir a través de


NotificationManager.ExtraNotificationChannelGroupId Campo

Definición

Extra para #ACTION_NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED contener el identificador de que NotificationChannelGroup tiene un nuevo estado bloqueado.

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

Valor de campo

Atributos

Comentarios

Extra para #ACTION_NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED contener el identificador de que NotificationChannelGroup tiene un nuevo estado bloqueado.

El valor será del NotificationChannelGroup#getId() grupo.

Documentación de Java para android.app.NotificationManager.EXTRA_NOTIFICATION_CHANNEL_GROUP_ID.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a