NotificationListenerService.CurrentRanking Property

Definition

Returns current ranking information.

public virtual Android.Service.Notification.NotificationListenerService.RankingMap? CurrentRanking { [Android.Runtime.Register("getCurrentRanking", "()Landroid/service/notification/NotificationListenerService$RankingMap;", "GetGetCurrentRankingHandler")] get; }
[<get: Android.Runtime.Register("getCurrentRanking", "()Landroid/service/notification/NotificationListenerService$RankingMap;", "GetGetCurrentRankingHandler")>]
member this.CurrentRanking : Android.Service.Notification.NotificationListenerService.RankingMap

Property Value

A RankingMap object providing access to ranking information

Attributes

Remarks

Java documentation for android.service.notification.NotificationListenerService.getCurrentRanking().

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.

Applies to