mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
feat(local-notifications): added a new param to specify if the notification will be silent
This commit is contained in:
parent
9ebd92ecb9
commit
6e58192630
5
src/@ionic-native/plugins/local-notifications/index.ts
Normal file → Executable file
5
src/@ionic-native/plugins/local-notifications/index.ts
Normal file → Executable file
@ -94,6 +94,11 @@ export interface ILocalNotification {
|
||||
* Notification priority.
|
||||
*/
|
||||
priority?: number;
|
||||
|
||||
/**
|
||||
* Is a silent notification
|
||||
*/
|
||||
silent?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user