PollingResult
public class PollingResult : BoxModel
An events long polling result.
-
Box item type
Declaration
Swift
public private(set) var rawData: [String : Any]
-
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]) throwsParameters
jsonJSON dictionary.
PollingResult Class Reference