@capacitor/local-notifications
Advanced tools
Comparing version 6.0.1-nightly-20240724T150557.0 to 6.0.1-nightly-20240725T150455.0
@@ -685,2 +685,10 @@ import type { PermissionState, PluginListenerHandle } from '@capacitor/core'; | ||
inboxList?: string[]; | ||
/** | ||
* If true, notification will not appear while app is in the foreground. | ||
* | ||
* Only available for iOS. | ||
* | ||
* @since 5.0.0 | ||
*/ | ||
silent?: boolean; | ||
} | ||
@@ -687,0 +695,0 @@ /** |
{ | ||
"name": "@capacitor/local-notifications", | ||
"version": "6.0.1-nightly-20240724T150557.0", | ||
"version": "6.0.1-nightly-20240725T150455.0", | ||
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).", | ||
@@ -85,3 +85,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "33bdae1d3e73ac0bc63894d1cf714c57915b0605" | ||
"gitHead": "94211377433c7d26208aedbcee8bb82f3d0985ae" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
404150
4500
766