Play sound on app open
npm install capacitor-welcome-sound
npx cap sync
enable(options?: EnableOptions | undefined) => any
Enable playing sound on app start
Param | Type |
---|---|
options |
EnableOptions |
Returns: any
Since: 1.0.0
disable() => any
Disable playing sound on app start
Returns: any
Since: 1.0.0
Prop | Type | Description | Since |
---|---|---|---|
fileName |
string |
Filename of sound | 1.0.0 |