PollData

@objc(SBDPollData)
public final class PollData : NSObject, Codable

Represents a poll data

Since

4.1.0
  • Text representation

    Declaration

    Swift

    @objc
    public internal(set) var text: String? { get }
  • Undocumented

    Declaration

    Swift

    @objc
    public init(text: String?)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws