Chat Android v4
Chat Android
Chat
Android
Home
/
Chat
/
Android
/
Message
This is the new Docs for Chat SDK v4 for Android. To see the previous Docs, click here.
You can retrieve a specific poll by creating and passing a PollRetrievalParams
object as an argument to the get()
method.
Parameter name | Type | Description |
---|---|---|
channelUrl | string | Specifies the URL of the channel. |
channelType | channelType | Specifies the type of the channel. |
pollId | long | Specifies the unique ID of a poll. |
Through PollHandler
, the Sendbird server always notifies whether your poll has been successfully retrieved.