braze-capacitor
v0.0.8
Published
Braze interface for ionic capacitor
Downloads
474
Readme
braze-capacitor
Braze interface for ionic capacitor
Install
npm install braze-capacitor
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
initIt(...)
initIt(key: string) => Promise<{ results: any[]; }>
| Param | Type |
| --------- | ------------------- |
| key
| string |
Returns: Promise<{ results: any[]; }>
sendJSON(...)
sendJSON(options: { key: string; value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | -------------------------------------------- |
| options
| { key: string; value: string; } |
Returns: Promise<{ value: string; }>