-
- All Implemented Interfaces:
-
net.gini.android.capture.view.InjectedViewAdapter
public interface SkontoHelpNavigationBarBottomAdapter implements InjectedViewAdapter
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetOnBackClickListener(Function0<Unit> onClick)Set the click listener for the back button. -
-
Method Detail
-
setOnBackClickListener
abstract Unit setOnBackClickListener(Function0<Unit> onClick)
Set the click listener for the back button.
- Parameters:
onClick- the click function for the back button
-
-
-
-