sesaparcours
    Preparing search index...
    • Wrapper to window.alert() that app developers may override to provide alternatives to the modal browser window.

      Parameters

      • message: string

        The message to display to the user.

      • Optionalopt_callback: () => any

        The callback when the alert is dismissed.

      Returns void