Android.App.Notification.SortKey Property
Gets a sort key that orders this notification among other notifications from the same package.

Syntax

[get: Android.Runtime.Register("getSortKey", "()Ljava/lang/String;", "GetGetSortKeyHandler")]
public virtual string SortKey { get; }

See Also

Java.Lang.String.CompareTo(string)

Value

Documentation for this section has not yet been entered.

Remarks

Gets a sort key that orders this notification among other notifications from the same package. This can be useful if an external sort was already applied and an app would like to preserve the sort order. Notifications will be sorted lexicographically using this value, although providing different priorities (in addition to providing the sort key) may cause this value to be ignored.

This sort key can also be used to order members of a notification group. See Android.App.Notification.Builder.SetGroup(string).

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1