MobileCRM.Bridge.alert - Resconet/JSBridge GitHub Wiki

Shows a message asynchronously and calls the callback after it is closed by user.

Arguments

Argument Type Description
callback function(obj) The callback function that is called asynchronously.
scope Object The scope for callbacks.