mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(music-controls): add updateDismissable method (#1195)
This commit is contained in:
@@ -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 {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user