다음을 통해 공유


CompanionDeviceManager.HasNotificationAccess(ComponentName) 메서드

정의

지정된 구성 요소가 를 통해 알림에 액세스할 수 있는지 확인합니다. NotificationListenerService

        Your app must have an association with a device before calling this API
[Android.Runtime.Register("hasNotificationAccess", "(Landroid/content/ComponentName;)Z", "", ApiSince=26)]
public bool HasNotificationAccess (Android.Content.ComponentName? component);
[<Android.Runtime.Register("hasNotificationAccess", "(Landroid/content/ComponentName;)Z", "", ApiSince=26)>]
member this.HasNotificationAccess : Android.Content.ComponentName -> bool

매개 변수

component
ComponentName

구성 요소의 이름

반환

지정된 구성 요소에 알림 수신기 권한이 있는지 여부

특성

설명

지정된 구성 요소가 를 통해 알림에 액세스할 수 있는지 확인합니다. NotificationListenerService

이 API를 호출하기 전에 앱에 디바이스와의 연결이 있어야 합니다.

이 API를 호출하려면 매니페스트에서 사용 기능 PackageManager#FEATURE_COMPANION_DEVICE_SETUP 선언이 필요합니다.

이 멤버는 더 이상 사용되지 않습니다. 대신 NotificationManager#isNotificationListenerAccessGranted(ComponentName)를 사용하세요.

에 대한 android.companion.CompanionDeviceManager.hasNotificationAccess(android.content.ComponentName)Java 설명서

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

적용 대상