Condividi tramite


NotificationListenerService.OnNotificationRankingUpdate Metodo

Definizione

Implementare questo metodo per ricevere una notifica quando cambia la classificazione delle notifiche.

[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

Parametri

rankingMap
NotificationListenerService.RankingMap

Mappa di classificazione corrente che può essere usata per recuperare le informazioni di classificazione per le notifiche attive.

Attributi

Commenti

Documentazione java per android.service.notification.NotificationListenerService.onNotificationRankingUpdate(android.service.notification.RankingMap).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a