Compartir a través de


NotificationManager.NotificationChannelGroups Propiedad

Definición

Devuelve todos los grupos de canales de notificación que pertenecen a la aplicación que realiza la llamada.

public virtual System.Collections.Generic.IList<Android.App.NotificationChannelGroup>? NotificationChannelGroups { [Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getNotificationChannelGroups", "()Ljava/util/List;", "GetGetNotificationChannelGroupsHandler", ApiSince=26)>]
member this.NotificationChannelGroups : System.Collections.Generic.IList<Android.App.NotificationChannelGroup>

Valor de propiedad

Atributos

Comentarios

Devuelve todos los grupos de canales de notificación que pertenecen a la aplicación que realiza la llamada.

Documentación de Java para android.app.NotificationManager.getNotificationChannelGroups().

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