NotificationManager.NotificationChannelGroups Property

Definition

Returns all notification channel groups belonging to the calling app.

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>

Property Value

Attributes

Remarks

Returns all notification channel groups belonging to the calling app.

Java documentation for android.app.NotificationManager.getNotificationChannelGroups().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to