다음을 통해 공유


NotificationListenerService.OnNotificationRankingUpdate 메서드

정의

알림 순위가 변경될 때 알림을 받도록 이 메서드를 구현합니다.

[Android.Runtime.Register("onNotificationRankingUpdate", "(Landroid/service/notification/NotificationListenerService$RankingMap;)V", "GetOnNotificationRankingUpdate_Landroid_service_notification_NotificationListenerService_RankingMap_Handler")]
public virtual void OnNotificationRankingUpdate (Android.Service.Notification.NotificationListenerService.RankingMap? rankingMap);
[<Android.Runtime.Register("onNotificationRankingUpdate", "(Landroid/service/notification/NotificationListenerService$RankingMap;)V", "GetOnNotificationRankingUpdate_Landroid_service_notification_NotificationListenerService_RankingMap_Handler")>]
abstract member OnNotificationRankingUpdate : Android.Service.Notification.NotificationListenerService.RankingMap -> unit
override this.OnNotificationRankingUpdate : Android.Service.Notification.NotificationListenerService.RankingMap -> unit

매개 변수

rankingMap
NotificationListenerService.RankingMap

활성 알림에 대한 순위 정보를 검색하는 데 사용할 수 있는 현재 순위 맵입니다.

특성

설명

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

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

적용 대상