0.0.1 • Published 5 months ago
call-notifications v0.0.1
call-notifications
Desing for notifications
Install
npm install call-notifications
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
addListeners(...)
addListeners(options: { onAccept?: () => void; }) => Promise<void>
Param | Type |
---|---|
options | { onAccept?: (() => void); } |
showCallNotification(...)
showCallNotification(options: { title: string; body: string; image: string; }) => Promise<{ status: string; }>
Param | Type |
---|---|
options | { title: string; body: string; image: string; } |
Returns: Promise<{ status: string; }>
0.0.1
5 months ago