@capacitor/local-notifications
Advanced tools
Comparing version 6.0.1-dev-2141-20240627T134753.0 to 6.0.1-dev-2141-20240808T113955.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-dev-2141-20240627T134753.0", | ||
"version": "6.0.1-dev-2141-20240808T113955.0", | ||
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
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
404094
6560
766