CloudSite
@objc(UACloudSite)
public enum CloudSite : Int, Sendable
Represents the possible sites.
-
Represents the US cloud site. This is the default value. Projects available at go.airship.com must use this value.
Declaration
Swift
@objc(UACloudSiteUS) case us = 0
-
Represents the EU cloud site. Projects available at go.airship.eu must use this value.
Declaration
Swift
@objc(UACloudSiteEU) case eu = 1