mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 14:53:17 +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:
|
* Update elapsed time, optionally toggle play/pause:
|
||||||
* @param args {elapsed: string, isPlaying: boolean}
|
* @param args {Object}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
platforms: ['iOS']
|
platforms: ['iOS']
|
||||||
})
|
})
|
||||||
updateElapsed(args: object): void { }
|
updateElapsed(args: { elapsed: string; isPlaying: boolean; }): void { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggle dismissable:
|
* Toggle dismissable:
|
||||||
|
Loading…
Reference in New Issue
Block a user