Skip to content

Commit

Permalink
feat(music-controls): add updateDismissable method (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoassyrian authored and ihadeed committed Mar 20, 2017
1 parent 510cea6 commit f8df876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/music-controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
}

0 comments on commit f8df876

Please sign in to comment.