Condividi tramite


NotificationManager.GetNotificationChannelGroup(String) Metodo

Definizione

Restituisce le impostazioni del gruppo di canali di notifica per un ID gruppo di canali specificato.

[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

Parametri

channelGroupId
String

Restituisce

Attributi

Commenti

Restituisce le impostazioni del gruppo di canali di notifica per un ID gruppo di canali specificato.

Il gruppo di canali deve appartenere al pacchetto oppure verrà restituito null.

Documentazione java per android.app.NotificationManager.getNotificationChannelGroup(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a