Launcher Button Customization for Android
You can use this API to customize the position and mode of the Launcher Button. You can choose the mode of the launcher button according to your application needs. There are two modes:
Static mode - In this mode, the SalesIQ widget is fixed at the bottom right corner of the application screen. You can have the launcher behavior as static by using ZohoSalesIQ.LAUNCHER_MODE_STATIC.
Floating mode - In this mode, the SalesIQ widget is moveable within the application screen. You can have the launcher behavior as floating by using ZohoSalesIQ.LAUNCHER_MODE_FLOATING.
Follow the steps below to customize the mode and position of the launcher button:
Step 1: First, you should create the LauncherProperties object by including the mode and positions per your needs.
Note: x and y values must be given in pixel units.
Step 2: Then, use the following API to set the LauncherProperties.