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

String

Valori restituiti

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.

Informazioni di riferimento su Android per android.app.NotificationManager.getNotificationChannelGroup.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a