Package io.getstream.chat.android.models.querysort
See: Description
-
Class Summary Class Description BaseQuerySort Base class for implementing QuerySorter. QuerySortByField Implementation of QuerySorter for fields that implements ComparableFieldProvider.QuerySortByReflection Sort specification for api queries. -
Interface Summary Interface Description ComparableFieldProvider Implement this interface to use QuerySortByField. QuerySorter Interface for the sorter of the SDK. -
Enum Summary Enum Description SortDirection Sort order which can be ascending or descending.