Compartir a través de


NotificationManager.GetNotificationChannelGroup(String) Método

Definición

Devuelve la configuración del grupo de canales de notificación para un identificador de grupo de canales determinado.

[Android.Runtime.Register("getNotificationChannelGroup", "(Ljava/lang/String;)Landroid/app/NotificationChannelGroup;", "GetGetNotificationChannelGroup_Ljava_lang_String_Handler", ApiSince=28)]
public virtual Android.App.NotificationChannelGroup? GetNotificationChannelGroup (string? channelGroupId);
[<Android.Runtime.Register("getNotificationChannelGroup", "(Ljava/lang/String;)Landroid/app/NotificationChannelGroup;", "GetGetNotificationChannelGroup_Ljava_lang_String_Handler", ApiSince=28)>]
abstract member GetNotificationChannelGroup : string -> Android.App.NotificationChannelGroup
override this.GetNotificationChannelGroup : string -> Android.App.NotificationChannelGroup

Parámetros

channelGroupId
String

Devoluciones

Atributos

Comentarios

Devuelve la configuración del grupo de canales de notificación para un identificador de grupo de canales determinado.

El grupo de canales debe pertenecer al paquete o se devolverá null.

Documentación de Java para android.app.NotificationManager.getNotificationChannelGroup(java.lang.String).

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