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() -> EnumSdkMode
Return Value
The SDK Mode
-
Get information about the current device being used to access SDK
Declaration
Swift
func getDeviceInfo() -> DeviceInfo
Return Value
The DeviceInfo
-
Get information about the current language code
Declaration
Swift
func getLanguageCode() -> String
Return Value
The language code (“en”, “fr”, etc)
-
Set the current language code to new value
Declaration
Swift
func setCode(languageCode: String)
Parameters
languageCode
The language code (“en”, “fr”, etc) to set to