Enumerations

The following enumerations are available globally.

  • Account types

    See more

    Declaration

    Swift

    public enum AccountType : String, Codable
  • Register Field Type enum

    case dropdown(options: [String: String]?)
    case radio(options: [String: String]?)
    case country(options: [InPlayerFieldCountry])
    case input
    case datepicker
    case checkbox
    case unknown
    
    See more

    Declaration

    Swift

    public enum RegisterFieldType
  • Notification Type enum

    case accessGranted(resource: INPItemAccessModel)
    case accessRevoked(resource: INPItemRevokedModel)
    case accountLogout
    case accountErased
    case accountDeactivated
    case unknown
    
    See more

    Declaration

    Swift

    public enum NotificationType