alertDialogCallbackFunction( message ) method

A callback function invoked when hwc.log is invoked with true for the notifyUser parameter.

This callback should notify the user of the log message in an appropriate manner.

Syntax

<static> alertDialogCallbackFunction( message )

Parameters

Name Type Description
message string The message that the user should be notified of.

Source

hwc-comms.js, line 1608.