PollListQueryParams

data class PollListQueryParams @JvmOverloads constructor(var channelType: ChannelType, var channelUrl: String, var limit: Int = 10)

Params for creating a PollListQuery object.

Since

4.1.0

See also

Constructors

Link copied to clipboard
constructor(channelType: ChannelType, channelUrl: String, limit: Int = 10)

Properties

Link copied to clipboard

The ChannelType of the channel you want to get polls from.

Link copied to clipboard

The channel url of the channel you want to get polls from.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page. The default value for the limit parameter is 10.