Skip to main content

Logger.isEnabled

This API is used to check whether the Logger is enabled.

Syntax

CopiedZohoSalesIQ.Logger.isEnabled(callback: (enabled: boolean) => void)

Example

CopiedZohoSalesIQ.Logger.isEnabled((enabled) => {

});