Package-level declarations
Functions
Builds Poll instance with given params instance. Once created successfully, Poll instance will be returned.
Retrieves latest poll matching PollRetrievalParams.pollId instance from server. Once created successfully, Poll instance will be returned.
Fetches latest PollOption representation from the server. Once finished successfully, a PollOption instance will be returned.
Builds Poll instance with given params instance. Once created successfully, Poll instance will be returned.
Retrieves latest poll matching PollRetrievalParams.pollId instance from server. Once created successfully, Poll instance will be returned.
Fetches latest PollOption representation from the server. Once finished successfully, a PollOption instance will be returned.
Retrieves latest poll matching PollRetrievalParams.pollId instance from server. Once created successfully, a non-null Poll instance will be passed to the handler.
Fetches latest PollOption representation from the server. Once finished successfully, a non-null PollOption instance will be passed to the handler.