UpdateCheckRequest
public class UpdateCheckRequest
This class is used when performing a request for an update using BarracksClient.checkUpdate(_:callback:)
-
Creates a request which can be sent to the Barracks service.
Declaration
Swift
public init(unitId:String, versionId:String, customClientData:[String: AnyObject]=[String:AnyObject]())Parameters
unitIdThe unique identifier for the unit being used
versionIdThe version identifier of the current package used by the unit
customClientDataUser defined customClientData which will be sent to the Barracks service
View on GitHub
Install in Dash
UpdateCheckRequest Class Reference