次の方法で共有


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

アクティブな通知のランク付け情報を取得するために使用できる現在のランク付けマップ。

属性

注釈

の Java ドキュメントandroid.service.notification.NotificationListenerService.onNotificationRankingUpdate(android.service.notification.RankingMap)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象