OnboardingFragmentListener

Interface used by OnboardingFragmentCompat to dispatch events to the hosting Activity.

public interface OnboardingFragmentListener

Functions

onCloseOnboarding
Link copied to clipboard

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.

abstract void onCloseOnboarding()
onError
Link copied to clipboard

Called when an error occurred.

abstract void onError(GiniCaptureError error)

Inheritors

OnboardingActivity
Link copied to clipboard