Skip to main content

ScanHintPopup

A customizable popup within the scan screen which shows a short explanation about how to scan. It is displayed only once, when the scan screen is opened for the first time. Use [Onboarding.reset] to show it again.

Since

6.0.0

Properties

title?

optional title: string;

The text to display as title.

Since

6.0.0


message?

optional message: string;

The text to display as message.

Since

6.0.0


closeButton?

optional closeButton: string;

The text of the close button.

Since

6.0.0


imageSource?

optional imageSource: string;

The image to display.

Since

6.0.0