Configuration
public struct Configuration
Configuration struct used within the SDK.
-
Color configuration struct for colors used within the SDK.
See moreDeclaration
Swift
public struct Colors -
Image configuration struct for images used within the SDK.
See moreDeclaration
Swift
public struct Images -
Initializes SDK Configuration struct.
Product name, colors and images are optional. If not provided default will be used.
Precondition
apiTokencan not be empty.Declaration
Parameters
apiTokenStatic API Token generated by TechCentrix backend
hostNameHost app name
productNameProduct name e.g. wristband, bottle
colorsColor configuration struct for colors used within the SDK.
imagesImage configuration struct for images used within the SDK.
View on GitHub
Configuration Structure Reference