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

TimePeriod

enum class TimePeriod

This enum defines the time options for filtering, searching or ordering items in the Reddit Api:

Enum Values

LAST_HOUR

LAST_DAY

LAST_WEEK

LAST_MONTH

LAST_YEAR

ALL_TIME

Properties

timePeriodStr

the raw string as seen by Reddit.

val timePeriodStr: String