Home > @uniformdev/mesh-sdk > UniformMeshSDK > openConfirmationDialog

UniformMeshSDK.openConfirmationDialog() method

Opens a confirmation dialog to get a confirm/cancel question answered. Does not require any registration with the Mesh app manifest.

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

OpenConfirmationDialogOptions

</td><td>

</td></tr> </tbody></table> Returns:

Promise<OpenConfirmationDialogResult | undefined>