Capacitor Shazam plugin
npm install @capacitor-community/shazam
npx cap sync
startMatch() => Promise<void>
stopMatch() => Promise<void>
createCalendarEvent(options: CalendarEventOptions) => Promise<void>
Param | Type |
---|---|
options |
CalendarEventOptions |
Prop | Type |
---|---|
title |
string |
location |
string |
notes |
string |
startDate |
string |
endDate |
string |