Skip to main content
Version: 3.2.0

Progress Dialog

BharatX SDK has a progress dialog that will be displayed through the user flow. If you want to show the progress dialog on your own at a particular time, you can uses these methods:

Your Android App
// show the progress dialogBharatXUiManager.displayBharatXProgressDialog(this);// close the progress dialogBharatXUiManager.closeBharatXProgressDialog();