ConfigControllerInterface
public protocol ConfigControllerInterface
                Manager to provide configuration information and services on device
- 
                  
                  
Get the mode under which the licence has been initialized
Declaration
Swift
func getSdkMode() -> EnumSdkModeReturn Value
The SDK Mode
 - 
                  
                  
Get information about the current device being used to access SDK
Declaration
Swift
func getDeviceInfo() -> DeviceInfoReturn Value
The DeviceInfo
 - 
                  
                  
Get information about the current language code
Declaration
Swift
func getLanguageCode() -> StringReturn Value
The language code (“en”, “fr”, etc)
 - 
                  
                  
Set the current language code to new value
Declaration
Swift
func setCode(languageCode: String)Parameters
languageCodeThe language code (“en”, “fr”, etc) to set to
 
      ConfigControllerInterface Protocol Reference