BlazeOrderType - Android
Enum to defines ordering types per widget.
| Value | Description |
|---|---|
| MANUAL | Items are arranged manually according to a custom-defined order. |
| RECENTLY_UPDATED_FIRST | Items are ordered based on their most recent update timestamp, with the most recently updated items appearing at the beginning. |
| RECENTLY_UPDATED_LAST | Items are ordered based on their most recent update timestamp, with the most recently updated items appearing at the end. |
| A_TO_Z | Items are arranged in alphabetical order from A to Z based on their titles. |
| Z_TO_A | Items are arranged in alphabetical order from Z to A based on their titles. |
| RECENTLY_CREATED_FIRST | Sorts 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_LAST | Sorts 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) |
| RANDOM | Items are ordered randomly. |
Updated 22 days ago
Did this page help you?
