next

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

Retrieves list of polls

Since

4.16.1


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

Retrieves list of poll voters

Since

4.16.1


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

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of polls

Since

4.16.1


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

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of poll voters

Since

4.16.1