@bennnyt/capacitor-dynamic-island
v0.0.19
Published
Allow for ionic ios app to create features for the dynamic island
Readme
capacitor-dynamic-island
Allow for ionic ios app to create features for the dynamic island
Install
npm install capacitor-dynamic-island
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
greet(...)
greet(options: { name?: string; }) => Promise<{ greeting: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { name?: string; } |
Returns: Promise<{ greeting: string; }>
alert(...)
alert(options: { message: string; }) => Promise<void>| Param | Type |
| ------------- | --------------------------------- |
| options | { message: string; } |
