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

CommentsSorting

enum class CommentsSorting : Sorting

Enum Values

BEST

CONFIDENCE

TOP

NEW

CONTROVERSIAL

OLD

RANDOM

QA

LIVE

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