Params
data class Params(state: LiveEventState?, types: List<LiveEventType>, createdAtRange: Range?, participantCountRange: Range?, durationRange: Range?, liveEventIds: List<String>, createdByUserIds: List<String>, limit: Int)
Content copied to clipboard
A class that provides parameters that are used to query a list of live events.
Since
1.0.0
Constructors
Link copied to clipboard
fun Params(state: LiveEventState? = null, types: List<LiveEventType> = emptyList(), createdAtRange: Range? = null, participantCountRange: Range? = null, durationRange: Range? = null, liveEventIds: List<String> = emptyList(), createdByUserIds: List<String> = emptyList(), limit: Int = 10)
Content copied to clipboard