Package-level declarations

Functions

Link copied to clipboard
suspend fun PollListQuery.next(): List<Poll>
fun PollListQuery.next(handler: ResultHandler<List<Poll>>?)

Retrieves list of polls

suspend fun PollVoterListQuery.next(): List<User>
fun PollVoterListQuery.next(handler: ResultHandler<List<User>>?)

Retrieves list of poll voters