Skip to content

Displaying Assistant


Once Zabaan is initialized, you can show it on a given screen by calling the show function as seen below.

To show the assistant in your screen, call the function as shown below.

Make sure to call the method during the onResume.

Zabaan.getInstance().show(this);
Back to top