Class EnterpriseKeyboardCtrl

java.lang.Object
com.unitech.api.uapps.EnterpriseKeyboardCtrl

public class EnterpriseKeyboardCtrl extends Object
  • Constructor Details

    • EnterpriseKeyboardCtrl

      public EnterpriseKeyboardCtrl(Context context)
      Instantiates a new EnterpriseKeyboardCtrl.
      Parameters:
      context -
  • Method Details

    • resetSettings

      public 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

      public Bundle exportSettings(String filePath)
      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

      public Bundle importSettings(String filePath)
      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");