NotificationListenerService.OnNotificationRankingUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implement this method to be notified when the notification ranking changes.
[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
Parameters
- rankingMap
- NotificationListenerService.RankingMap
The current ranking map that can be used to retrieve ranking information for active notifications.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.