Introduce Keyless to Users
In order to introduce Keyless to users before the very first enrollment, it may be helpful to show an explanatory screen on what is the flow about to start.
This screen is showable via the public API Keyless.showIntroductionScreen
. This function can be called at any moment (even before setup). It expects a completion for when the user taps on the main CTA. The message can be customized as explained in UI-Customization
Examples
Keyless.showIntroductionScreen {
// Perform actions after user taps CTA
}
Last updated
Was this helpful?