OnboardingScreenEvent

public enum OnboardingScreenEvent

Events triggered on the onboarding screen.

All events trigger on both Screen and Component APIs.

Entries

START
Link copied to clipboard
START

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

FINISH
Link copied to clipboard
FINISH

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

Functions

valueOf
Link copied to clipboard
static OnboardingScreenEvent valueOf(String name)
values
Link copied to clipboard
static Array<OnboardingScreenEventvalues()