mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 10:36:14 +08:00
docs(): fix type
This commit is contained in:
parent
da0fd821f7
commit
7cb95f1b91
@ -164,12 +164,12 @@ export class MusicControls extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Update elapsed time, optionally toggle play/pause:
|
||||
* @param args {elapsed: string, isPlaying: boolean}
|
||||
* @param args {Object}
|
||||
*/
|
||||
@Cordova({
|
||||
platforms: ['iOS']
|
||||
})
|
||||
updateElapsed(args: object): void { }
|
||||
updateElapsed(args: { elapsed: string; isPlaying: boolean; }): void { }
|
||||
|
||||
/**
|
||||
* Toggle dismissable:
|
||||
|
Loading…
Reference in New Issue
Block a user