다음을 통해 공유


NotificationListenerService.GetNotificationChannels 메서드

정의

지정된 사용자에 대해 지정된 패키지에 속하는 모든 알림 채널을 반환합니다.

[Android.Runtime.Register("getNotificationChannels", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)]
public System.Collections.Generic.IList<Android.App.NotificationChannel>? GetNotificationChannels (string pkg, Android.OS.UserHandle user);
[<Android.Runtime.Register("getNotificationChannels", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)>]
member this.GetNotificationChannels : string * Android.OS.UserHandle -> System.Collections.Generic.IList<Android.App.NotificationChannel>

매개 변수

pkg
String

채널을 검색할 패키지입니다.

user
UserHandle

반환

특성

설명

지정된 사용자에 대해 지정된 패키지에 속하는 모든 알림 채널을 반환합니다.

이 메서드는 지정된 사용자에 대한 알림에 액세스할 수 없는 경우 보안 예외를 throw합니다.

이 메서드를 사용하려면 호출자가 있어야 합니다 CompanionDeviceManager#getAssociations() an associated deviceNotificationAssistantService notification assistant .

에 대한 android.service.notification.NotificationListenerService.getNotificationChannels(java.lang.String, android.os.UserHandle)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상