alert

Ui

Displays an alert message with the specified message and title.

$m.alert(message);

Syntax

        $m.alert([message, title, fp_Callback])

Parameters

message

string (optional)

The text to be shown in the alert dialog.

title

string (optional)

The text to be shown as title to the alert dialog. Supported in Android and Windows only.

fp_callback

function(optional)

Function to execute when user dismisses the dialog by tapping on the OK button.