Enumerations
The following enumerations are available globally.
-
Project environment types
See moreDeclaration
Swift
public enum InPlayerEnvironmentType : String
-
Account types
See moreDeclaration
Swift
public enum AccountType : String, Codable
-
Register Field Type enum
See morecase dropdown(options: [String: String]?) case radio(options: [String: String]?) case country(options: [InPlayerFieldCountry]) case input case datepicker case checkbox case unknown
Declaration
Swift
public enum RegisterFieldType
-
Notification status regarding websocket connection
See moreDeclaration
Swift
public enum InPlayerNotificationStatus : String
-
Notification Type enum
See morecase accessGranted(resource: INPItemAccessModel) case accessRevoked(resource: INPItemRevokedModel) case accountLogout case accountErased case accountDeactivated case unknown
Declaration
Swift
public enum NotificationType
-
Purchase History enum
See moreDeclaration
Swift
public enum PurchaseHistory : String