SpaceSortType
public enum SpaceSortType : String
The enumeration of sorting result
Since
1.4.0-
sort result by id
Declaration
Swift
case byId = "id" -
last active space comes first
Declaration
Swift
case byLastActivity = "lastactivity" -
last created space comes first
Declaration
Swift
case byCreated = "created"
View on GitHub