OnboardingFragmentListener

public interface OnboardingFragmentListener

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

Functions

onCloseOnboarding
Link copied to clipboard
abstract 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.
onError
Link copied to clipboard
abstract void onError(@NonNull() GiniCaptureError error)
Called when an error occurred.

Inheritors

OnboardingActivity
Link copied to clipboard