-
- All Implemented Interfaces:
public interface OnboardingFragmentListenerInterface used by OnboardingFragmentCompat to dispatch events to the hosting Activity.
-
-
Method Summary
Modifier and Type Method Description abstract voidonCloseOnboarding()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 voidonError(@NonNull() GiniCaptureError error)Called when an error occurred. -
-
Method Detail
-
onCloseOnboarding
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
abstract void onError(@NonNull() GiniCaptureError error)
Called when an error occurred.
- Parameters:
error- details about what went wrong
-
-
-
-