mobicontrol.lockdown

This namespace provides access to the lockdown functionality.
Since:

Members

static, readonly isEnabled :boolean

return true if the lockdown is currently enabled, false otherwise.
Since:

Methods

async, static disable() → {boolean}

Disable lockdown.
Returns:
boolean - true if the lockdown disabling process was successfully launched, false otherwise.
Since:

async, static enable() → {boolean}

Enable lockdown.
Returns:
boolean - true if the lockdown enabling process was successfully launched, false otherwise.
Since: