0.0.5 • Published 3 years ago
capacitor-welcome-sound v0.0.5
capacitor-welcome-sound
Play sound on app open
Install
npm install capacitor-welcome-sound
npx cap syncAPI
enable(...)
enable(options?: EnableOptions | undefined) => anyEnable playing sound on app start
| Param | Type |
|---|---|
options | EnableOptions |
Returns: any
Since: 1.0.0
disable()
disable() => anyDisable playing sound on app start
Returns: any
Since: 1.0.0
Interfaces
EnableOptions
| Prop | Type | Description | Since |
|---|---|---|---|
fileName | string | Filename of sound | 1.0.0 |