mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
feat(music-controls): add updateDismissable method (#1195)
This commit is contained in:
parent
510cea67b7
commit
f8df8769c9
@ -132,4 +132,10 @@ export class MusicControls {
|
||||
@Cordova({sync: true})
|
||||
static updateIsPlaying(isPlaying: boolean): void {}
|
||||
|
||||
/**
|
||||
* Toggle dismissable:
|
||||
* @param dismissable {boolean}
|
||||
*/
|
||||
@Cordova({sync: true})
|
||||
static updateDismissable(dismissable: boolean): void {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user