shutdown method

Shutdown the client connection to the SUP server.

Companion function to hwc.startClient. If a hybrid app is running in the context of the Hybrid Web Container, then it will probably never have to call this function. If you want to temporarily stop the connection, then call hwc.disconnectFromServer instead.

Syntax

<static> shutdown()

Example

hwc.shutdown();

Source

hwc-api.js, line 565.