-
- All Implemented Interfaces:
-
net.gini.android.capture.view.InjectedViewAdapter
public interface ErrorNavigationBarBottomAdapter implements InjectedViewAdapter
Implement this interface to add back navigation to a custom view on bottom navigation bar and pass it to the {@link GiniCapture.Builder#setErrorNavigationBarBottomAdapter(ErrorNavigationBarBottomAdapter)}
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetOnBackClickListener(View.OnClickListener listener)Set the click listener for the back button. -
-
Method Detail
-
setOnBackClickListener
abstract Unit setOnBackClickListener(View.OnClickListener listener)
Set the click listener for the back button.
- Parameters:
listener- the click listener for the button
-
-
-
-