UNPKG
@zencemarketing/web-sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
ZenceMarketing Web SDK for push notifications, popups, and custom event tracking.
@zencemarketing/web-sdk
/
dist
/
methods
/
popup.d.ts
5 lines
(4 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
declare
function
showPopup
(
data
:
any
,
socket
:
any
):
Promise
<
void
>;
declare
function
subscribeUserPop
(
gaId
:
string
):
Promise
<
void
>;
declare
const
getPopupDisplayed
:
() =>
boolean
;
export
{ showPopup, subscribeUserPop, getPopupDisplayed };