Skip to content

okode/capacitor-shazam

Repository files navigation

@capacitor-community/shazam

Capacitor Shazam plugin

Install

npm install @capacitor-community/shazam
npx cap sync

API

startMatch()

startMatch() => Promise<void>

stopMatch()

stopMatch() => Promise<void>

createCalendarEvent(...)

createCalendarEvent(options: CalendarEventOptions) => Promise<void>
Param Type
options CalendarEventOptions

Interfaces

CalendarEventOptions

Prop Type
title string
location string
notes string
startDate string
endDate string