0.0.5 • Published 1 year ago

capacitor-welcome-sound v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-welcome-sound

Play sound on app open

Install

npm install capacitor-welcome-sound
npx cap sync

API

enable(...)

enable(options?: EnableOptions | undefined) => any

Enable playing sound on app start

ParamType
optionsEnableOptions

Returns: any

Since: 1.0.0


disable()

disable() => any

Disable playing sound on app start

Returns: any

Since: 1.0.0


Interfaces

EnableOptions

PropTypeDescriptionSince
fileNamestringFilename of sound1.0.0
0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago