enum class TimePeriod
This enum defines the time options for filtering, searching or ordering items in the Reddit Api:
LAST_HOUR |
|
LAST_DAY |
|
LAST_WEEK |
|
LAST_MONTH |
|
LAST_YEAR |
|
ALL_TIME |
timePeriodStr |
the raw string as seen by Reddit. val timePeriodStr: String |