markAsActivated() method

This function sets the activation required state for the current hybrid app to false.

After calling this function, the current hybrid app will not need to be activated.

Syntax

<static> markAsActivated()

Example

hwc.markAsActivated();

Source

hwc-comms.js, line 790.