| | |
| | | #if __ANDROID__ |
| | | public class dddxx { } |
| | | #else |
| | | //大华摄像头sdk代理(Shared.IOS.HDLCNVRSDK) |
| | | hdlLCNVRSDKDelegate hdlLCNVRDelegate; |
| | | public class hdlLCNVRSDKDelegate : HDLLCNVRSDKDelegate |
| | | { |
| | |
| | | Shared.IOS.HDLCNVRSDK.HDLLCNVRSDK.SharedInstance().AccessToken = UserInfo.Current.LoginTokenString; |
| | | Shared.IOS.HDLCNVRSDK.HDLLCNVRSDK.SharedInstance().RefreshToken = UserInfo.Current.RefreshToken; |
| | | Shared.IOS.HDLCNVRSDK.HDLLCNVRSDK.SharedInstance().HomeId = DB_ResidenceData.Instance.CurrentRegion.id; |
| | | //跳转添加摄像头 |
| | | //跳转添加摄像头(Shared.IOS.HDLCNVRSDK) |
| | | hdlLCNVRDelegate = new hdlLCNVRSDKDelegate(() => |
| | | {//添加成功返回事件 |
| | | refreshView.BeginHeaderRefreshing(); |