ShortcutInfo.Rank Property

Definition

"Rank" of a shortcut, which is a non-negative, sequential value that's unique for each #getActivity for each of the two types of shortcuts (static and dynamic).

public int Rank { [Android.Runtime.Register("getRank", "()I", "", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getRank", "()I", "", ApiSince=25)>]
member this.Rank : int

Property Value

Int32
Attributes

Remarks

Java documentation for android.content.pm.ShortcutInfo.getRank().

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