Freigeben über


NotificationListenerService.OnNotificationRankingUpdate Methode

Definition

Implementieren Sie diese Methode, um benachrichtigt zu werden, wenn sich die Benachrichtigungsbewertung ändert.

[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

Parameter

rankingMap
NotificationListenerService.RankingMap

Die aktuelle Bewertungszuordnung, die zum Abrufen von Bewertungsinformationen für aktive Benachrichtigungen verwendet werden kann.

Attribute

Hinweise

Java-Dokumentation für android.service.notification.NotificationListenerService.onNotificationRankingUpdate(android.service.notification.RankingMap).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: