0.0.5 • Published 3 years ago

capacitor-welcome-sound v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago