| | |
| | | |
| | | #region --------- 跳转到Android那边的方法(萤石视频门锁) -------- |
| | | /// <summary> |
| | | /// 读取云端的上设备列表(android源生添加设备到云端成功后) |
| | | /// <paramref name="devSerial"/>设备序列号</param> |
| | | /// android,ios源生添加设备到云端成功后回调方法 |
| | | /// 再读取云端的上萤石设备列表 |
| | | /// <paramref name="spk"/>spk</param> |
| | | /// </summary> |
| | | public void SkipAddDeviceActivity(string spk) |
| | | { |
| | |
| | | /// <param name="home">对象</param> |
| | | public void ChangeCurrHome(RegionInfoRes home) |
| | | { |
| | | |
| | | if (DB_ResidenceData.Instance.CurrentRegion.id == home.id || string.IsNullOrEmpty(home.id)) return; |
| | | #if __IOS__ |
| | | #else |
| | | HDLEzvizSdk.Instance.SetHomeId(home.id); |
| | | #endif |
| | | |
| | | } |
| | | #endregion |
| | |
| | | ///// </summary> |
| | | //public class IosIHdlInterface : Shared.IOS.HDLLinphoneSDK.HDLLinphoneCallDelegate |
| | | //{ |
| | | |
| | | // Action<bool, string> mAction; |
| | | // public IosIHdlInterface(Action<bool, string> action) |
| | | // { |
| | |
| | | // { |
| | | // mAction?.Invoke(p0, p1); |
| | | // } |
| | | |
| | | |
| | | //} |
| | | #else |
| | | /// <summary> |