@joinflux/capacitor-iterable
v0.0.1
Published
Capacitor plugin for Iterable SDK
Readme
capacitor-iterable
Capacitor plugin for Iterable SDK
Install
npm install @joinflux/capacitor-iterable
npx cap syncAPI
initialize(...)
initialize(initOpts: { apiKey: string; }) => Promise<void>| Param | Type |
| -------------- | -------------------------------- |
| initOpts | { apiKey: string; } |
setEmail(...)
setEmail(setEmailOpts: { email: string; }) => Promise<void>| Param | Type |
| ------------------ | ------------------------------- |
| setEmailOpts | { email: string; } |
setUserId(...)
setUserId(setUserIdOpts: { userId: string; }) => Promise<void>| Param | Type |
| ------------------- | -------------------------------- |
| setUserIdOpts | { userId: string; } |
register(...)
register(registerOpts: { token: string; }) => Promise<void>| Param | Type |
| ------------------ | ------------------------------- |
| registerOpts | { token: string; } |
