PollListQueryParams

@objc(SBDPollListQueryParams)
public class PollListQueryParams : NSObject

Represents a parameter object for creating a list of Polls.

Since

4.1.0
  • Declaration

    Swift

    @objc
    public var channelType: ChannelType
  • URL of the channel containing the poll

    Declaration

    Swift

    @objc
    public var channelURL: String
  • Maximum value when fetching poll list

    • default: limit : 10

    Declaration

    Swift

    @objc
    public var limit: UInt
  • Undocumented

    Declaration

    Swift

    public override init()
  • Undocumented

    Declaration

    Swift

    @objc
    public init(builder: (PollListQueryParams) -> Void)