0.2.1 • Published 3 years ago
salesforce-marketingcloud v0.2.1
@capacitor-community/salesforce-marketingcloud
Push notifications with Salesforce Marketing Cloud
Install
npm install @capacitor-community/salesforce-marketingcloud
npx cap syncAPI
enablePush()
enablePush() => Promise<void>setContactKey(...)
setContactKey(options: { username: string; }) => Promise<{ result: boolean; }>| Param | Type |
|---|---|
options | { username: string; } |
Returns: Promise<{ result: boolean; }>