mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 20:30:15 +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.
|
* Notification priority.
|
||||||
*/
|
*/
|
||||||
priority?: number;
|
priority?: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is a silent notification
|
||||||
|
*/
|
||||||
|
silent?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user