NotificationManager.CreateNotificationChannelGroups Methode

Definition

Erstellt mehrere Benachrichtigungskanalgruppen.

[Android.Runtime.Register("createNotificationChannelGroups", "(Ljava/util/List;)V", "GetCreateNotificationChannelGroups_Ljava_util_List_Handler", ApiSince=26)]
public virtual void CreateNotificationChannelGroups(System.Collections.Generic.IList<Android.App.NotificationChannelGroup> groups);
[<Android.Runtime.Register("createNotificationChannelGroups", "(Ljava/util/List;)V", "GetCreateNotificationChannelGroups_Ljava_util_List_Handler", ApiSince=26)>]
abstract member CreateNotificationChannelGroups : System.Collections.Generic.IList<Android.App.NotificationChannelGroup> -> unit
override this.CreateNotificationChannelGroups : System.Collections.Generic.IList<Android.App.NotificationChannelGroup> -> unit

Parameter

groups
IList<NotificationChannelGroup>

Liste: Die Liste der zu erstellenden Gruppen. Dieser Wert darf nicht NULL sein.

Attribute

Hinweise

Erstellt mehrere Benachrichtigungskanalgruppen.

Android-Referenz für android.app.NotificationManager.createNotificationChannelGroups.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: