Chat iOS v4
Chat iOS
Chat
iOS
Home
/
Chat
/
iOS
/
Message
This is the new Docs for Chat SDK v4 for iOS. 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 | Int64 | Specifies the unique ID of a poll. |
Through PollHandler
, the Sendbird server always notifies whether your poll has been successfully retrieved.