PollingResult

public class PollingResult : BoxModel

An events long polling result.

  • Box item type

    Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Version

    Declaration

    Swift

    public let version: Int
  • Message specifying type of the response.

    Declaration

    Swift

    public let message: EventObserverResponse
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.