NotificationListenerService.GetNotificationChannelGroups(String, UserHandle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all notification channel groups belonging to the given package for a given user.
[Android.Runtime.Register("getNotificationChannelGroups", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)]
public System.Collections.Generic.IList<Android.App.NotificationChannelGroup>? GetNotificationChannelGroups (string pkg, Android.OS.UserHandle user);
[<Android.Runtime.Register("getNotificationChannelGroups", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)>]
member this.GetNotificationChannelGroups : string * Android.OS.UserHandle -> System.Collections.Generic.IList<Android.App.NotificationChannelGroup>
Parameters
- pkg
- String
The package to retrieve channel groups for.
- user
- UserHandle
Returns
- Attributes
Remarks
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.