mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +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})
|
@Cordova({sync: true})
|
||||||
static updateIsPlaying(isPlaying: boolean): void {}
|
static updateIsPlaying(isPlaying: boolean): void {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Toggle dismissable:
|
||||||
|
* @param dismissable {boolean}
|
||||||
|
*/
|
||||||
|
@Cordova({sync: true})
|
||||||
|
static updateDismissable(dismissable: boolean): void {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user