Skip to main content

getStatusBarView()

Note: This API is supported from version 8.1.0-beta01.

The getStatusBarView() API retrieves the call status bar view. This functionality works only when the SalesIQCallViewMode is set to Banner using setCallViewMode API in the SalesIQConfiguration.

Parameters:

  • isDarkMode (boolean): Set to true for the dark theme or false for the light theme.

Returns:

  • ViewGroup: The layout of the call status bar.

Syntax

CopiedViewGroup getStatusBarView(boolean isDarkMode);

Example

CopiedZohoSalesIQCalls.getStatusBarView(true/false);
CopiedZohoSalesIQCalls.getStatusBarView()