Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
Message
Create a PollVoterListQuery
instance to retrieve a list of voters matching the specifications set by PollVoterListQueryParams
. After a list of voters is successfully retrieved, you can access the data of each voter from the result list through the votes
parameter of the callback handler.
Parameter name | Type | Description |
---|---|---|
pollId | long | Specifies the unique ID of a poll. |
pollOptionId | long | Specifies the unique ID of a poll option. |
channelType | channelType | Specifies the type of the channel. |
channelUrl | string | Specifies the URL of the channel. |
limit | int | Specifies the number of results to retrieve per page. Acceptable values are |