bluetooth-plugin
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -23,2 +23,5 @@ declare module "@capacitor/core" { | ||
}>; | ||
startListeningForConnection(): Promise<{ | ||
enabled: boolean; | ||
}>; | ||
} |
import { WebPlugin } from "@capacitor/core"; | ||
import { BluetoothPluginPlugin } from "./definitions"; | ||
export declare class BluetoothPluginWeb extends WebPlugin implements BluetoothPluginPlugin { | ||
startListeningForConnection(): Promise<{ | ||
enabled: boolean; | ||
}>; | ||
isEnabled(): Promise<{ | ||
@@ -5,0 +8,0 @@ enabled: boolean; |
@@ -12,2 +12,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
export class BluetoothPluginWeb extends WebPlugin { | ||
startListeningForConnection() { | ||
return null; | ||
} | ||
isEnabled() { | ||
@@ -14,0 +17,0 @@ return __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "bluetooth-plugin", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Capacitor bluetooth plugin", | ||
@@ -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
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
483120
255