Enum UsageStatistics.SortOrderType

Definition

Namespace:
Tizen.Context.AppHistory
Assembly:
Tizen.Context.dll
API Level:
4

Sorts the order type of usage statistics.

C#
Copy
public enum SortOrderType
Name Description
LastLaunchTimeNewest

Sorts the apps by the last launch time, the most recently launched apps appear first (default).

LaunchCountMost

Sorts the apps by the launch count of being launched, the most frequently launched apps appear first.