다음을 통해 공유


NotificationListenerService.CurrentListenerHints 속성

정의

현재 상태를 나타내는 힌트 집합을 가져옵니다.

public Android.Service.Notification.NotificationListenerServiceHint CurrentListenerHints { [Android.Runtime.Register("getCurrentListenerHints", "()I", "")] get; }
[<get: Android.Runtime.Register("getCurrentListenerHints", "()I", "")>]
member this.CurrentListenerHints : Android.Service.Notification.NotificationListenerServiceHint

속성 값

HINT_ 상수가 0개 이상입니다.

특성

설명

현재 상태를 나타내는 힌트 집합을 가져옵니다.

힌트가 모든 수신기에서 공유되는 상태를 나타내거나 알림 호스트가 지원하지 않거나 부여를 거부하는 기능을 나타내는 경우 현재 상태는 요청된 상태와 다를 수 있습니다.

서비스는 이 작업을 수행하기 전에 이벤트를 기다려야 #onListenerConnected() 합니다.

에 대한 android.service.notification.NotificationListenerService.getCurrentListenerHints()Java 설명서

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

적용 대상