public interface OnboardingFragmentListener
Interface used by OnboardingFragmentStandard
and OnboardingFragmentCompat
to dispatch events to the hosting Activity.
Modifier and Type | Method and Description |
---|---|
void |
onCloseOnboarding()
Called when the user has left the last page - either by swiping or tapping on the Next button - and you should
close the Onboarding Fragment.
|
void |
onError(GiniVisionError error)
Called when an error occurred.
|
void onCloseOnboarding()
Called when the user has left the last page - either by swiping or tapping on the Next button - and you should close the Onboarding Fragment.
void onError(GiniVisionError error)
Called when an error occurred.
error
- details about what went wrong