• Notifies the user with a customizable informational message. Optionally offers a "Review" action that redirects the user to a URL.

    Checks for authentication and user notification settings before displaying the message.

    Parameters

    • message: string

      The message to display to the user.

    • Optionalurl: string

      (Optional) The URL to open if the user chooses "Review".

    • isModal: boolean = false

      (Optional) Whether the notification should appear as a modal. Defaults to false.

    Returns Promise<void>