GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeOrderType - Android

Enum to defines ordering types per widget.

ValueDescription
MANUALItems are arranged manually according to a custom-defined order.
RECENTLY_UPDATED_FIRSTItems are ordered based on their most recent update timestamp, with the most recently updated items appearing at the beginning.
RECENTLY_UPDATED_LASTItems are ordered based on their most recent update timestamp, with the most recently updated items appearing at the end.
A_TO_ZItems are arranged in alphabetical order from A to Z based on their titles.
Z_TO_AItems are arranged in alphabetical order from Z to A based on their titles.
RECENTLY_CREATED_FIRSTSorts the items by their last creation time in descending order, meaning the most recently created items will be displayed first. (Available starting from SDK version 0.0.61)
RECENTLY_CREATED_LASTSorts the items by their last creation time in ascending order, meaning the least recently created items will be displayed first. (Available starting from SDK version 0.0.61)
RANDOMItems are ordered randomly.

Did this page help you?