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) => {
});
This API is used to check whether the Logger is enabled.
CopiedZohoSalesIQ.Logger.isEnabled(callback: (enabled: boolean) => void)
CopiedZohoSalesIQ.Logger.isEnabled((enabled) => {
});