capacitor-jok-helper
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -21,2 +21,3 @@ declare module "@capacitor/core" { | ||
listenDeviceOrientationChanges(): Promise<void>; | ||
listenPushNotificationEvents(): Promise<void>; | ||
isWideScreen(): Promise<{ | ||
@@ -23,0 +24,0 @@ value: boolean; |
@@ -19,2 +19,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
listenDeviceOrientationChanges(): Promise<void>; | ||
listenPushNotificationEvents(): Promise<void>; | ||
isWideScreen(): Promise<{ | ||
@@ -21,0 +22,0 @@ value: boolean; |
@@ -51,2 +51,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
listenPushNotificationEvents() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
console.log('listenPushNotificationEvents'); | ||
}); | ||
} | ||
isWideScreen() { | ||
@@ -53,0 +58,0 @@ return Promise.resolve({ value: false }); |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
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
136874
278