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

    unitId

    The unique identifier for the unit being used

    versionId

    The version identifier of the current package used by the unit

    customClientData

    User defined customClientData which will be sent to the Barracks service