0.0.1 • Published 8 months ago
call-notifications v0.0.1
call-notifications
Desing for notifications
Install
npm install call-notifications
npx cap syncAPI
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
8 months ago