다음을 통해 공유


NotificationListenerService.RequestRebind(ComponentName) 메서드

정의

이전 호출 후 수신기가 리바운드되도록 요청합니다 #requestUnbind.

[Android.Runtime.Register("requestRebind", "(Landroid/content/ComponentName;)V", "", ApiSince=24)]
public static void RequestRebind (Android.Content.ComponentName? componentName);
[<Android.Runtime.Register("requestRebind", "(Landroid/content/ComponentName;)V", "", ApiSince=24)>]
static member RequestRebind : Android.Content.ComponentName -> unit

매개 변수

componentName
ComponentName
특성

설명

이전 호출 후 수신기가 리바운드되도록 요청합니다 #requestUnbind.

이 메서드는 사용자가 권한을 부여하지 않은 수신기에 대해 실패합니다.

에 대한 android.service.notification.NotificationListenerService.requestRebind(android.content.ComponentName)Java 설명서

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

적용 대상