@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
18 lines (17 loc) • 513 B
TypeScript
/**
* AWTLogManagerSettings.ts
* @author Abhilash Panwar (abpanwar)
* @copyright Microsoft 2017
*/
import AWTEventProperties from './AWTEventProperties';
import AWTSemanticContext from './AWTSemanticContext';
/**
* Class that stores LogManagers context.
*/
export default class AWTLogManagerSettings {
static logManagerContext: AWTEventProperties;
static sessionEnabled: boolean;
static loggingEnabled: boolean;
static defaultTenantToken: string;
static semanticContext: AWTSemanticContext;
}