参数说明
字段 | 类型 | 必须? | 说明 |
---|---|---|---|
device | RKDevice | 是 | 设备Entity |
接口定义
Swift:
RokidMobileSDK.device.setCurrentDevice(device: RKDevice)
Objc:
[RokidMobileSDK.device setCurrentDeviceWithDevice:self.device];
参数说明
字段 | 类型 | 必须? | 说明 |
---|---|---|---|
接口定义
Swift:
RokidMobileSDK.device.getCurrentDevice() -> RKDevice?
Objc:
RKDevice * device = [RokidMobileSDK.device getCurrentDevice];