Class DevelopmentSettingCtrl

java.lang.Object
com.unitech.api.development.DevelopmentSettingCtrl

public class DevelopmentSettingCtrl extends Object
The type Security ctrl.
  • Field Details

  • Constructor Details

    • DevelopmentSettingCtrl

      public DevelopmentSettingCtrl(Context context)
      Instantiates a new Security ctrl.
      Parameters:
      context - the context
  • Method Details

    • setDesktopMode

      public Bundle setDesktopMode(boolean enabled)
      Set DesktopMode .
      Parameters:
      enabled - true or false (boolean)
      Returns:
      A bundle contains the error code and message
      int errorCode = bundle.getInt("errorCode"), (error:1, success=0)
      String errorMsg = bundle.getString("errorMsg");
    • setFreeformSupport

      public Bundle setFreeformSupport(boolean enabled)
      Set FreeformSupport .
      Parameters:
      enabled - true or false (boolean)
      Returns:
      A bundle contains the error code and message
      int errorCode = bundle.getInt("errorCode"), (error:1, success=0)
      String errorMsg = bundle.getString("errorMsg");
    • setResizableActivities

      public Bundle setResizableActivities(boolean enabled)
      Set ResizableActivities .
      Parameters:
      enabled - true or false (boolean)
      Returns:
      A bundle contains the error code and message
      int errorCode = bundle.getInt("errorCode"), (error:1, success=0)
      String errorMsg = bundle.getString("errorMsg");