[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`SortOrder`, an object implementing `Parcelable`, dictates the order of results in a `Query`. You apply `SortOrder` using the `setSortOrder` method within a `Query.Builder`. It has a nested `SortOrder.Builder` class. Key actions include utilizing the `CREATOR` field, converting to a String via `toString()`, and writing to a parcel using `writeToParcel`. `SortOrder` contains inherited constants `CONTENTS_FILE_DESCRIPTOR`, `PARCELABLE_WRITE_RETURN_VALUE` from the `Parcelable` interface.\n"]]