@cycraft/capacitor-repro
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -183,3 +183,3 @@ import type { PermissionState, PluginListenerHandle } from '@capacitor/core'; | ||
*/ | ||
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener): Promise<PluginListenerHandle>; | ||
/** | ||
@@ -192,3 +192,3 @@ * Called when a new push notification action is performed. | ||
*/ | ||
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener): Promise<PluginListenerHandle>; | ||
/** | ||
@@ -199,3 +199,3 @@ * Called when a URL is opened. | ||
*/ | ||
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener): Promise<PluginListenerHandle>; | ||
/** | ||
@@ -202,0 +202,0 @@ * Remove all listeners for this plugin. |
{ | ||
"name": "@cycraft/capacitor-repro", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Unofficial Capacitor plugin for Repro SDK.", | ||
@@ -48,7 +48,7 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "5.0.0", | ||
"@capacitor/cli": "5.0.0", | ||
"@capacitor/core": "5.0.0", | ||
"@capacitor/android": "6.0.0", | ||
"@capacitor/cli": "6.0.0", | ||
"@capacitor/core": "6.0.0", | ||
"@capacitor/docgen": "0.0.17", | ||
"@capacitor/ios": "5.0.0", | ||
"@capacitor/ios": "6.0.0", | ||
"@ionic/eslint-config": "0.3.0", | ||
@@ -67,3 +67,3 @@ "@ionic/prettier-config": "2.0.0", | ||
"peerDependencies": { | ||
"@capacitor/core": "^5.0.0" | ||
"@capacitor/core": "^6.0.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "prettier": "@ionic/prettier-config", |
@@ -143,3 +143,3 @@ # @cycraft/capacitor-repro | ||
- `$reproAndroidVersion` version of `io.repro:repro-android-sdk` (default: `5.12.0`) | ||
- `$firebaseMessagingVersion` version of `com.google.firebase:firebase-messaging` (default: `23.1.2`) | ||
- `$firebaseMessagingVersion` version of `com.google.firebase:firebase-messaging` (default: `23.4.1`) | ||
@@ -644,3 +644,3 @@ ### iOS | ||
```typescript | ||
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'notificationReceived', listenerFunc: NotificationReceivedListener) => Promise<PluginListenerHandle> | ||
``` | ||
@@ -655,3 +655,3 @@ | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>> & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code> | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>></code> | ||
@@ -666,3 +666,3 @@ **Since:** 0.0.0 | ||
```typescript | ||
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'notificationActionPerformed', listenerFunc: NotificationActionPerformedListener) => Promise<PluginListenerHandle> | ||
``` | ||
@@ -679,3 +679,3 @@ | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>> & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code> | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>></code> | ||
@@ -690,3 +690,3 @@ **Since:** 0.0.0 | ||
```typescript | ||
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'urlOpened', listenerFunc: UrlOpenedListener) => Promise<PluginListenerHandle> | ||
``` | ||
@@ -701,3 +701,3 @@ | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>> & <a href="#pluginlistenerhandle">PluginListenerHandle</a></code> | ||
**Returns:** <code>Promise<<a href="#pluginlistenerhandle">PluginListenerHandle</a>></code> | ||
@@ -704,0 +704,0 @@ **Since:** 0.0.5 |
Sorry, the diff of this file is not supported yet
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 not supported yet
287472