DexcareConfiguration
public struct DexcareConfiguration
The main configuration structure used in initializing the DexcareSDK
-
Specific URL’s and Keys are setup here
Declaration
Swift
public let environment: Environment
-
Used in UserAgent api calls in the header
Declaration
Swift
public let userAgent: String
-
value added as the
domain
header on all api callsDeclaration
Swift
public let domain: String
-
Used to display information inside the console.
Declaration
Swift
public let logger: DexcareSDKLogger?
-
Undocumented
Declaration
Swift
public init( environment: Environment, userAgent: String, domain: String, logger: DexcareSDKLogger? = nil )