0.0.2 • Published 4 years ago
capacitor-plugin-mp3 v0.0.2
capacitor-plugin-mp3
play mp3
Install
npm install capacitor-plugin-mp3
npx cap sync
API
echo(...)
echo(options: { value: string; }) => any
Param | Type |
---|---|
options | { value: string; } |
Returns: any
openMap(...)
openMap(options: OpenMapOptions) => any
Param | Type |
---|---|
options | OpenMapOptions |
Returns: any
Interfaces
OpenMapOptions
Prop | Type |
---|---|
latitude | number |
longitude | number |