UNPKG

@asteriskzuo/react-native-easemob

Version:
17 lines (12 loc) 581 B
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } export class ChatDeviceInfo { constructor(params) { _defineProperty(this, "resource", void 0); _defineProperty(this, "deviceUUID", void 0); _defineProperty(this, "deviceName", void 0); this.resource = params.resource; this.deviceName = params.deviceName; this.deviceUUID = params.deviceUUID; } } //# sourceMappingURL=ChatDeviceInfo.js.map