OnboardingScreenEvent

Events triggered on the onboarding screen.

All events trigger on both Screen and Component APIs.

public enum OnboardingScreenEvent

Entries

START
Link copied to clipboard

Triggers when the first onboarding page is shown.(Screen API + Component API)

START
FINISH
Link copied to clipboard

Triggers when the user presses the next button on the last page.(Screen API + Component API)

FINISH