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.
|
* Notification priority.
|
||||||
*/
|
*/
|
||||||
priority?: number;
|
priority?: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is a silent notification
|
||||||
|
*/
|
||||||
|
silent?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user