showProgress
Ui
Displays a progress bar dialog to the user with the specified title and message. If the progress bar already displays, this method updates the title and message.
$m.showProgress("Saving order..."); |
Syntax
$m.showProgress([message, title])
Parameters
message
string (optional)
The text to be shown as progress message.
title
string (optional)
The text to be shown as title on the progress dialog. Supported in Android and ios only.