-
- All Implemented Interfaces:
-
net.gini.android.capture.view.InjectedViewAdapter
public interface DigitalInvoiceSkontoNavigationBarBottomAdapter implements InjectedViewAdapter
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetOnBackClickListener(Function0<Unit> onClick)Set the click listener for the back button. abstract UnitsetOnHelpClickListener(Function0<Unit> onClick)Set the click listener for the help 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
-
setOnHelpClickListener
abstract Unit setOnHelpClickListener(Function0<Unit> onClick)
Set the click listener for the help button.
- Parameters:
onClick- the click function for the help button
-
-
-
-