next

fun PollListQuery.next(handler: ResultHandler<List<Poll>>?)
suspend fun PollListQuery.next(): List<Poll>

Retrieves list of polls

Since

4.16.1


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

Retrieves list of poll voters

Since

4.16.1