lib / com.kirkbushman.araw.models.enums / SubredditSearchSorting

SubredditSearchSorting

enum class SubredditSearchSorting : Sorting

Enum Values

RELEVANCE

ALL

Properties

requiresTimePeriod

If this sorting option needs to be combined also with a TimePeriod, to be sent to the Api. e.g. Top / Last Month

val requiresTimePeriod: Boolean

sortingStr

raw string as seen by the Api.

val sortingStr: String