NotificationListenerService.RankingMap.GetOrderedKeys Method

Definition

Request the list of notification keys in their current ranking order.

[Android.Runtime.Register("getOrderedKeys", "()[Ljava/lang/String;", "GetGetOrderedKeysHandler")]
public virtual string[]? GetOrderedKeys ();
[<Android.Runtime.Register("getOrderedKeys", "()[Ljava/lang/String;", "GetGetOrderedKeysHandler")>]
abstract member GetOrderedKeys : unit -> string[]
override this.GetOrderedKeys : unit -> string[]

Returns

String[]

An array of active notification keys, in their ranking order.

Attributes

Remarks

Request the list of notification keys in their current ranking order.

Java documentation for android.service.notification.NotificationListenerService.RankingMap.getOrderedKeys().

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