OnboardingFragmentListener

public interface OnboardingFragmentListener

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

Functions

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

Inheritors

Link copied to clipboard