Enumerations

The following enumerations are available globally.

  • Constants related to HTTP calls

    See more

    Declaration

    Swift

    public enum Http
  • Body dictionary encoding to use for service requests.

    See more

    Declaration

    Swift

    public enum RequestBodyEncoding: String
  • Type of authentication process failure, either authentication or authorization

    See more

    Declaration

    Swift

    public enum AuthenticationStage: String
  • Type of authentication being performed

    See more

    Declaration

    Swift

    public enum AuthenticationValidationType: String
  • Logging verbosity levels

    See more

    Declaration

    Swift

    public enum LoggerLevel: Int, CustomStringConvertible
  • Enumeration for specifying location of configuration elements.

    See more

    Declaration

    Swift

    public enum ConfigurationLocation: Int
  • Utility helper methods

    See more

    Declaration

    Swift

    public enum Utilities
  • Asset Service API’s Call completion status enumeration. Holds information about the call state of following methods:

    • createAssets(jsonAssets: [[String:Any]], completionHandler: @escaping (Asset?, AssetStatus)->Void)
    • fetchAssets(assetType: String, query: AssetQuery, completionHandler: @escaping (Asset?, AssetStatus)->Void)
    See more

    Declaration

    Swift

    public enum AssetStatus