function sap/ui/rta/api/startAdaptation

Visiblity: public
Available since: N/A
Module: sap/ui/rta/api/startAdaptation
Application Component:

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.


Parameters Overview

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

Methods Overview

Method Description