UNPKG

xcloudsdk

Version:

xcloud sdk

16 lines (15 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const webSdkBase_1 = require("./webSdkBase"); class Device extends webSdkBase_1.webSdkBase { constructor() { super("Device"); } GetPlatformName() { throw new Error("Method not implemented."); } PdaBarcodeListener(callback) { throw new Error("Method not implemented."); } } exports.default = new Device();