0.0.5 • Published 2 years ago

capacitor-welcome-sound v0.0.5

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

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago