enum class CommentsSorting : Sorting
BEST |
|
CONFIDENCE |
|
TOP |
|
NEW |
|
CONTROVERSIAL |
|
OLD |
|
RANDOM |
|
QA |
|
LIVE |
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 |