Closed stnwj closed 4 years ago
Hello @stnwj , The API you have used is activity specific ie., the chat bubble will be shown or hidden only in the specific activity from where ZohoSalesIQ.Chat.setVisibility(MbedableComponent.CHAT,false) is called. So please make sure that it is called from loading activity. Also we have an API to show/hide chat bubble throughout your application. ZohoSalesIQ.Chat.setFloatingChatButtonVisibility(true/false); api link You can call this API with false param upon your loading screen and true param from where you want to show the chat bubble.
t
Hello @stnwj , The API you have used is activity specific ie., the chat bubble will be shown or hidden only in the specific activity from where ZohoSalesIQ.Chat.setVisibility(MbedableComponent.CHAT,false) is called. So please make sure that it is called from loading activity. Also we have an API to show/hide chat bubble throughout your application. ZohoSalesIQ.Chat.setFloatingChatButtonVisibility(true/false); api link You can call this API with false param upon your loading screen and true param from where you want to show the chat bubble.
thx you. it's work
this result:
this code when hide in activitylogin
this code when login fb: