public final class OnboardingScreenEvent
extends java.lang.Enum
All events trigger on both Screen and Component APIs.
Modifier and Type | Field and Description |
---|---|
static OnboardingScreenEvent |
FINISH
Triggers when the user presses the next button on the last page.(Screen API + Component API)
|
static OnboardingScreenEvent |
START
Triggers when the first onboarding page is shown.(Screen API + Component API)
|
Modifier and Type | Method and Description |
---|---|
static OnboardingScreenEvent |
valueOf(java.lang.String name) |
static OnboardingScreenEvent[] |
values() |
public static final OnboardingScreenEvent START
public static final OnboardingScreenEvent FINISH
public static OnboardingScreenEvent[] values()
public static OnboardingScreenEvent valueOf(java.lang.String name)