Starts UI adaptation, initiated for an application at the passed root control instance. With this API you are also able to modify the UI adaptation plugins list and or add some event handler functions to be called on start, failed and stop events.
Param | Type | Default Value | Description |
---|---|---|---|
mOptions | object | Object with properties | |
loadPlugins? | function | Callback function that enables the modification of the default plugin list of UI adaptation. UI adaptation is passed to this function | |
onStart? | function | Event handler function called on start event | |
onFailed? | function | Event handler function called on failed event | |
onStop? | function | Event handler function called on stop event |
Method | Description |
---|