ReviewNavigationBarBottomAdapter

Adapter for injecting a custom bottom navigation bar on the review screen.

Functions

Link copied to clipboard
public abstract Unit hideLoadingIndicator()

Called when the loading indicator needs to be hidden.

Link copied to clipboard
public abstract View onCreateView(ViewGroup container)

Called when the custom view is required. It will be injected into the SDK's layout.

Link copied to clipboard
public abstract Unit onDestroy()

Called when the layout is destroyed.

Link copied to clipboard
public abstract Unit setAddPageButtonVisibility(Integer visibility)

Set "add page" button visibility.

Link copied to clipboard
public abstract Unit setContinueButtonEnabled(Boolean enabled)

Set the enabled state of the continue button.

Link copied to clipboard

Set the click listener for the "add page" button.

Link copied to clipboard

Set the click listener for the continue button.

Link copied to clipboard
public abstract Unit showLoadingIndicator()

Called when the loading indicator needs to be shown.

Inheritors

Link copied to clipboard