Skip to content

Commit

Permalink
fix(local-notifications): add missing priority option
Browse files Browse the repository at this point in the history
closes #1683
  • Loading branch information
ihadeed committed Jul 3, 2017
1 parent 51fc533 commit e40247c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/local-notifications/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ export interface ILocalNotification {
* Default: FFFFFF
*/
led?: string;

/**
* Notification priority.
*/
priority?: number;
}

/**
Expand Down

0 comments on commit e40247c

Please sign in to comment.