Package com.unitech.api.uapps
Class EnterpriseKeyboardCtrl
java.lang.Object
com.unitech.api.uapps.EnterpriseKeyboardCtrl
-
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseKeyboardCtrl(android.content.Context context) Instantiates a new EnterpriseKeyboardCtrl. -
Method Summary
Modifier and TypeMethodDescriptionandroid.os.BundleexportSettings(String filePath) Export Settingsandroid.os.BundleimportSettings(String filePath) Import settings.android.os.BundleReset settings
-
Constructor Details
-
EnterpriseKeyboardCtrl
public EnterpriseKeyboardCtrl(android.content.Context context) Instantiates a new EnterpriseKeyboardCtrl.- Parameters:
context-
-
-
Method Details
-
resetSettings
public android.os.Bundle resetSettings()Reset settings- Returns:
- A bundle contains the error code and message
int errorCode = bundle.getInt("errorCode"), (error:1, success=0) String errorMsg=bundle.getString("errorMsg");
-
exportSettings
Export Settings- Parameters:
filePath- the complete file path. e.g. /sdcard/ekb.conf- Returns:
- A bundle contains the error code and message
int errorCode = bundle.getInt("errorCode"), (error:1, success=0)
String errorMsg=bundle.getString("errorMsg");
-
importSettings
Import settings.- Parameters:
filePath- the complete file path. e.g. /sdcard/ekb.conf- Returns:
- A bundle contains the error code and message
int errorCode = bundle.getInt("errorCode"), (error:1, success=0)
String errorMsg=bundle.getString("errorMsg");
-