Analysis Screen
UI customization
This screen doesn't show a bottom navigation bar even if the value passed to GiniBank.setCaptureConfiguration(CaptureConfiguration(bottomNavigationBarEnabled = ))
is true
.
Custom loading indicator
You can show a custom loading indicator with custom animation support. Your custom loading indicator should implement CustomLoadingIndicatorAdapter
interface and be passed to GiniBankConfiguration.shared.customLoadingIndicator
.
The example implementation is available here.