get
Fetches latest PollOption representation from the server. Once finished successfully, a non-null PollOption instance will be passed to the handler.
Since
4.15.2
Parameters
parameters for retrieving poll option.
The callback handler.
Retrieves latest poll matching PollRetrievalParams.pollId instance from server. Once created successfully, a non-null Poll instance will be passed to the handler.
Since
4.15.2
Parameters
The parameters to retrieve a poll.
The handler to receive the result.
Deprecated
As of 4.17.0, replaced with awaitGet(params).
Replace with
awaitGet(params)
Retrieves latest poll matching PollRetrievalParams.pollId instance from server. Once created successfully, Poll instance will be returned.
Since
4.15.2
Return
Poll instance.
Parameters
The parameters to retrieve a poll.
Deprecated
As of 4.17.0, replaced with awaitGet(params).
Replace with
awaitGet(params)
Fetches latest PollOption representation from the server. Once finished successfully, a PollOption instance will be returned.
Return
The poll option.
Since
4.15.2
Parameters
parameters for retrieving poll option.