| | |
| | | |
| | | //访客管理 |
| | | #region 个人选项-访客管理 |
| | | if (Entity.DB_ResidenceData.Instance.SupportVisitorManage)//判断是否支持访客管理 |
| | | if (!Entity.DB_ResidenceData.Instance.SupportVisitorManage)//判断是否支持访客管理 |
| | | { |
| | | optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); |
| | | |
| | |
| | | |
| | | btnisitorVManagementText.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | #if __IOS__ |
| | | //刷新接口请求所需要的参数 |
| | | NSDictionary info = new NSDictionary("regionUrl", HttpUtil.GlobalRequestHttpsHost, "token", UserInfo.Current.LoginTokenString, "appkey", "HDL-HOME-APP-TEST", "secret", "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss", "refreshToken", UserInfo.Current.RefreshToken); |
| | | Shared.IOS.HDLFVSDK.Video.RefreshInfo(info); |
| | | //跳转访客管理界面 |
| | | Shared.IOS.HDLFVSDK.Video.ShowVisitorManager(); |
| | | #endif |
| | | }; |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | #endregion |
| | | #endregion |
| | | #endregion |
| | | var topPaddingView2 = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(8) |
| | | }; |
| | | bodyScrolView.AddChidren(topPaddingView2); |
| | | |
| | | #region 解锁设置区域 |
| | | #region 解锁设置区域 |
| | | ///// <summary> |
| | | ///// 解锁设置区域 |
| | | ///// </summary> |
| | |
| | | //}; |
| | | //interpretationSettingsView.AddChidren(btnInterpretationSettingsRight); |
| | | //interpretationSettingsView.AddChidren(new LineView(interpretationSettingsView.Height)); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 服务器信息 |
| | | #region 服务器信息 |
| | | ListCellView myServerInfoCellView = new ListCellView() |
| | | { |
| | | }; |
| | |
| | | myServerInfoCellView.BtnTilte.Text = Language.StringByID(StringId.ServerInformation); |
| | | //myServerInfoCellView.LineView.RemoveFromParent(); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | |
| | | #region 注销账号 |
| | | #region 注销账号 |
| | | ListCellView logOffView = new ListCellView() |
| | | { |
| | | }; |
| | |
| | | logOffView.BtnTilte.Text = Language.StringByID(StringId.CancelAccount); |
| | | logOffView.LineView.RemoveFromParent(); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | btnLogout = new Button() |
| | | { |