UNPKG

@zencemarketing/web-sdk

Version:

ZenceMarketing Web SDK for push notifications, popups, and custom event tracking.

5 lines (4 loc) 238 B
declare function showPopup(data: any, socket: any): Promise<void>; declare function subscribeUserPop(gaId: string): Promise<void>; declare const getPopupDisplayed: () => boolean; export { showPopup, subscribeUserPop, getPopupDisplayed };