mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
feat(local-notifications) add silent configuration parameter
feat(local-notifications) add silent configuration parameter
This commit is contained in:
commit
c55998c5b6
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