UNPKG

xcloudsdk

Version:

xcloud sdk

16 lines (15 loc) 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const appSdkBase_1 = require("./appSdkBase"); class Device extends appSdkBase_1.appSdkBase { constructor() { super("Device"); } GetPlatformName() { return this.exceFunc("GetPlatformName"); } PdaBarcodeListener(callback) { this.exceFuncListen("PdaBarcodeListener", callback); } } exports.default = new Device();