mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
feat(local-notifications) add silent configuration parameter
feat(local-notifications) add silent configuration parameter
This commit is contained in:
Regular → Executable
+5
@@ -94,6 +94,11 @@ export interface ILocalNotification {
|
||||
* Notification priority.
|
||||
*/
|
||||
priority?: number;
|
||||
|
||||
/**
|
||||
* Is a silent notification
|
||||
*/
|
||||
silent?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user