ReviewScreenBottomNavigationBarAdapter

public protocol ReviewScreenBottomNavigationBarAdapter : InjectedViewAdapter

Protocol for injecting a custom bottom navigation bar on the Review screen.

Note

Bottom navigation only.
  • Set the callback for the ‘Process documents’ button action.

    Declaration

    Swift

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

    Parameters

    callback

    An action callback, which should be retained and called in ‘Process documents’ button action method

  • Set the callback for the Add Pages button action.

    Declaration

    Swift

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

    Parameters

    callback

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

  • Set the loading indicator state on the ‘Process documents’ button when multipage upload is happening.

    Declaration

    Swift

    func set(loadingState isLoading: Bool)

    Parameters

    isLoading

    A boolean to set the loading state of the button