| | |
| | | |
| | | //访客管理 |
| | | #region 个人选项-访客管理 |
| | | 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 }); |
| | | |
| | | visitorManagementView = new FrameLayout() |
| | |
| | | Height = Application.GetRealHeight(50), |
| | | }; |
| | | optionListView.AddChidren(visitorManagementView); |
| | | |
| | | |
| | | var btnVisitorManagementRight = new Button() |
| | | { |
| | |
| | | //跳转访客管理界面 |
| | | Shared.IOS.HDLFVSDK.Video.ShowVisitorManager(); |
| | | }; |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | #endregion |