capacitor-native-settings
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -205,2 +205,8 @@ { | ||
{ | ||
"name": "AppNotification", | ||
"value": "'app_notification'", | ||
"tags": [], | ||
"docs": "Show settings to allow configuration of application-specific notifications" | ||
}, | ||
{ | ||
"name": "BatteryOptimization", | ||
@@ -207,0 +213,0 @@ "value": "'battery_optimization'", |
@@ -79,2 +79,6 @@ export interface NativeSettingsPlugin { | ||
/** | ||
* Show settings to allow configuration of application-specific notifications | ||
*/ | ||
AppNotification = "app_notification", | ||
/** | ||
* Show screen for controlling which apps can ignore battery optimizations | ||
@@ -81,0 +85,0 @@ */ |
@@ -32,2 +32,6 @@ export var AndroidSettings; | ||
/** | ||
* Show settings to allow configuration of application-specific notifications | ||
*/ | ||
AndroidSettings["AppNotification"] = "app_notification"; | ||
/** | ||
* Show screen for controlling which apps can ignore battery optimizations | ||
@@ -34,0 +38,0 @@ */ |
@@ -38,2 +38,6 @@ 'use strict'; | ||
/** | ||
* Show settings to allow configuration of application-specific notifications | ||
*/ | ||
AndroidSettings["AppNotification"] = "app_notification"; | ||
/** | ||
* Show screen for controlling which apps can ignore battery optimizations | ||
@@ -40,0 +44,0 @@ */ |
@@ -35,2 +35,6 @@ var capacitorNativeSettings = (function (exports, core) { | ||
/** | ||
* Show settings to allow configuration of application-specific notifications | ||
*/ | ||
AndroidSettings["AppNotification"] = "app_notification"; | ||
/** | ||
* Show screen for controlling which apps can ignore battery optimizations | ||
@@ -37,0 +41,0 @@ */ |
{ | ||
"name": "capacitor-native-settings", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Capacitor plugin to open native settings screens for android and iOS", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -155,2 +155,3 @@ # capacitor-native-settings | ||
| **`Application`** | <code>'application'</code> | Show settings to allow configuration of application-related settings | | ||
| **`AppNotification`** | <code>'app_notification'</code> | Show settings to allow configuration of application-specific notifications | | ||
| **`BatteryOptimization`** | <code>'battery_optimization'</code> | Show screen for controlling which apps can ignore battery optimizations | | ||
@@ -157,0 +158,0 @@ | **`Bluetooth`** | <code>'bluetooth'</code> | Show settings to allow configuration of Bluetooth | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
131391
2112
227