Skip to end of banner
Go to start of banner

No Results Screen

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Here, you can read about the customization of the no results screen.


UI customization


Bottom navigation bar

You can inject your own view for the bottom navigation bar if you set GiniBank.setCaptureConfiguration(CaptureConfiguration(bottomNavigationBarEnabled = )) to true and pass a custom NoResultsNavigationBarBottomAdapter implementation to GiniBank:

let customNoResultsNavigationBarBottomAdapter:NoResultsNavigationBarBottomAdapter = CustomNoResultsNavigationBarBottomAdapter();

GiniBank.setCaptureConfiguration(
    CaptureConfiguration(
        noResultsNavigationBarBottomAdapter = customNoResultsNavigationBarBottomAdapter
    )
)
  • No labels