[null,null,["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"]]