다음을 통해 공유


NotificationListenerService.UpdateNotificationChannel 메서드

정의

지정된 사용자에 대해 지정된 패키지에 대한 알림 채널을 업데이트합니다.

[Android.Runtime.Register("updateNotificationChannel", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;)V", "", ApiSince=26)]
public void UpdateNotificationChannel (string pkg, Android.OS.UserHandle user, Android.App.NotificationChannel channel);
[<Android.Runtime.Register("updateNotificationChannel", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;)V", "", ApiSince=26)>]
member this.UpdateNotificationChannel : string * Android.OS.UserHandle * Android.App.NotificationChannel -> unit

매개 변수

pkg
String

채널이 속한 패키지입니다.

user
UserHandle

채널이 속한 사용자입니다.

channel
NotificationChannel

업데이트할 채널입니다.

특성

설명

지정된 사용자에 대해 지정된 패키지에 대한 알림 채널을 업데이트합니다. 이는 사용자가 수신기의 사용자 인터페이스를 통해 채널에 적용한 변경 내용을 반영하는 데만 사용해야 합니다.

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

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

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

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

적용 대상