@flagship.io/js-sdk
Version:
9 lines (8 loc) • 422 B
TypeScript
import { CommonEmotionAI } from './CommonEmotionAI';
import { IPageView } from './hit/IPageView';
export declare class EmotionAI extends CommonEmotionAI {
cleanup(): void;
protected processPageView(currentPage: Omit<IPageView, 'toApiKeys'>): Promise<void>;
protected startCollectingEAIData(visitorId: string, currentPage?: Omit<IPageView, 'toApiKeys'>): Promise<void>;
protected removeListeners(): void;
}