Partager via


NotificationManager.NotificationChannelGroups Propriété

Définition

Retourne tous les groupes de canaux de notification appartenant à l’application appelante.

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>

Valeur de propriété

Attributs

Remarques

Retourne tous les groupes de canaux de notification appartenant à l’application appelante.

Documentation Java pour android.app.NotificationManager.getNotificationChannelGroups().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à