Classes

The following classes are available globally.

  • The main entry point for using Barracks’ SDK. This class provides methods to help you getting information about the available updates for a specific configuration.

    See more

    Declaration

    Swift

    open class BarracksClient
  • This class is a container for the package informations useful for downloading and checking the udpate package.

    See more

    Declaration

    Swift

    public class PackageInfo
  • This class is a container for a response provided by the Barracks service. The instance of this class is retrieved in the UpdateCheckCallback.onUpdateAvailable(update:) when the call to BarracksClient.checkUpdate(_:callback:) is successful. You can then use it to download the update package using BarracksClient.downloadPackage(response:, callback:, destination:).

    See more

    Declaration

    Swift

    public class UpdateCheckResponse : NSObject