isClosed() method

This function checks if the hybrid app has been closed.

Syntax

<static> isClosed() → {boolean}

Returns

true if hybrid app is closed, otherwise false.

Type:

boolean

Example

 
hwc.isClosed();

Source

hwc-comms.js, line 1602.