Migration
Version 2.0.0 - May 21, 2025
Onboarding
With the new comprehensive onboarding functionality, the customizing of the previous onboarding popup within the scan screen has been moved to the new scanHintPopup class.
Therefore, the following properties have been deprecated and will be removed in a future version. If you are currently using at least one of them, we recommend to migrate to the new onboarding functionality as early as possible, to avoid breaking changes in the future.
DocumentScannerConfiguration
Property | Type | Default Value | Description |
---|---|---|---|
onboardingImageSource | string | null | Your custom image for the onboarding dialog that appears when scan is opened for the first time. |
TextConfiguration
Property | Type | Description |
---|---|---|
textOnboardingTitle | string | The text to show in the onboarding popup title that appears when the scan page is opened for the first time. |
textOnboardingMessage | string | The text to show in the onboarding popup message that appears when the scan page is opened for the first time. |
textOnboardingCloseButton | string | The text to show in the onboarding popup close button that appears when the scan page is opened for the first time. |
textSizeOnboardingTitle | double | The text size of the onboarding popup title that appears when the scan page is opened for the first time. |
textSizeOnboardingMessage | double | The text size of the onboarding popup message that appears when the scan page is opened for the first time. |