NotificationListenerService.UpdateNotificationChannel 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 사용자에 대해 지정된 패키지에 대한 알림 채널을 업데이트합니다.
[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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.