Partager via


NotificationManager.GetNotificationChannelGroup(String) Méthode

Définition

Retourne les paramètres du groupe de canaux de notification pour un ID de groupe de canaux donné.

[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

Paramètres

channelGroupId
String

Retours

Attributs

Remarques

Retourne les paramètres du groupe de canaux de notification pour un ID de groupe de canaux donné.

Le groupe de canaux doit appartenir à votre package, ou null est retourné.

Documentation Java pour android.app.NotificationManager.getNotificationChannelGroup(java.lang.String).

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 à