Enum UsageStatistics.SortOrderType
Definition
- Namespace:
- Tizen.Context.AppHistory
- Assembly:
- Tizen.Context.dll
Sorts the order type of usage statistics.
public enum UsageStatistics.SortOrderType
Fields
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. |