DigitalInvoiceSkontoNavigationBarBottomAdapter

public protocol DigitalInvoiceSkontoNavigationBarBottomAdapter : InjectedViewAdapter

Protocol for injecting a custom bottom navigation bar on the Digital Invoice screen with Skonto information.

Note

Bottom navigation only.
  • Set the callback for the back button action.

    Declaration

    Swift

    func setBackButtonClickedActionCallback(_ callback: @escaping () -> Void)

    Parameters

    callback

    An action callback, which should be retained and called in back button action method

  • Set the callback for the help button action.

    Declaration

    Swift

    func setHelpButtonClickedActionCallback(_ callback: @escaping () -> Void)

    Parameters

    callback

    An action callback, which should be retained and called in help button action method