mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-11 05:11:40 +08:00
fix(music-controls): fix return types for methods
This commit is contained in:
parent
d845519361
commit
f3407e5582
@ -137,13 +137,13 @@ export class MusicControls {
|
|||||||
* Toggle play/pause:
|
* Toggle play/pause:
|
||||||
* @param isPlaying {boolean}
|
* @param isPlaying {boolean}
|
||||||
*/
|
*/
|
||||||
@Cordova({sync: true})
|
@Cordova()
|
||||||
static updateIsPlaying(isPlaying: boolean): void {}
|
static updateIsPlaying(isPlaying: boolean): void {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggle dismissable:
|
* Toggle dismissable:
|
||||||
* @param dismissable {boolean}
|
* @param dismissable {boolean}
|
||||||
*/
|
*/
|
||||||
@Cordova({sync: true})
|
@Cordova()
|
||||||
static updateDismissable(dismissable: boolean): void {}
|
static updateDismissable(dismissable: boolean): void {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user