capacitor-timer-notification
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -49,2 +49,12 @@ { | ||
"slug": "stoptimer" | ||
}, | ||
{ | ||
"name": "getButtonClicked", | ||
"signature": "() => Promise<{ observe(callback: (action: string) => void): void; }>", | ||
"parameters": [], | ||
"returns": "Promise<{ observe(callback: (action: string) => void): void; }>", | ||
"tags": [], | ||
"docs": "", | ||
"complexTypes": [], | ||
"slug": "getbuttonclicked" | ||
} | ||
@@ -51,0 +61,0 @@ ], |
@@ -10,2 +10,5 @@ export interface TimerNotificationPlugin { | ||
stopTimer(): Promise<void>; | ||
getButtonClicked(): Promise<{ | ||
observe(callback: (action: string) => void): void; | ||
}>; | ||
} |
{ | ||
"name": "capacitor-timer-notification", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "timer notifcation", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -36,2 +36,3 @@ ## capacitor-timer-notification | ||
* [`stopTimer()`](#stoptimer) | ||
* [`getButtonClicked()`](#getbuttonclicked) | ||
@@ -77,2 +78,13 @@ </docgen-index> | ||
### getButtonClicked() | ||
```typescript | ||
getButtonClicked() => Promise<{ observe(callback: (action: string) => void): void; }> | ||
``` | ||
**Returns:** <code>Promise<{ observe(callback: (action: string) => void): void; }></code> | ||
-------------------- | ||
</docgen-api> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20800
248
89