capacitor-android-shortcuts
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -127,3 +127,3 @@ { | ||
], | ||
"docs": "Set dynamic shortcuts", | ||
"docs": "**DEPRECATED - Use `setDynamic`**", | ||
"complexTypes": [ | ||
@@ -155,3 +155,3 @@ "ShortcutItem" | ||
], | ||
"docs": "Add a pinned shortcut", | ||
"docs": "**DEPRECATED - Use `pin`**", | ||
"complexTypes": [ | ||
@@ -158,0 +158,0 @@ "ShortcutItem" |
@@ -74,3 +74,3 @@ import type { PluginListenerHandle } from '@capacitor/core'; | ||
/** | ||
* Set dynamic shortcuts | ||
* **DEPRECATED - Use `setDynamic`** | ||
* @param options An items array with the options of each shortcut | ||
@@ -83,3 +83,3 @@ * @deprecated This function will be removed in future releases. Use {@link #setDynamic()} instead. | ||
/** | ||
* Add a pinned shortcut | ||
* **DEPRECATED - Use `pin`** | ||
* @param options An option object for the pinned shortcut | ||
@@ -86,0 +86,0 @@ * @deprecated This function will be removed in future releases. Use {@link #pin()} instead. |
{ | ||
"name": "capacitor-android-shortcuts", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Add shortcuts in Android", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -188,3 +188,3 @@ [![npm version](https://badge.fury.io/js/capacitor-android-shortcuts.svg)](https://badge.fury.io/js/capacitor-android-shortcuts) | ||
Set dynamic shortcuts | ||
**DEPRECATED - Use `setDynamic`** | ||
@@ -206,3 +206,3 @@ | Param | Type | Description | | ||
Add a pinned shortcut | ||
**DEPRECATED - Use `pin`** | ||
@@ -209,0 +209,0 @@ | Param | Type | Description | |
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
48055