Setting user strategy interface.
More...
#include <setting_service_interface.h>
Setting user strategy interface.
Definition at line 2132 of file setting_service_interface.h.
◆ ConfigToShowUrlLinksInSetting()
Custom the url link show or hide.
- Parameters
-
showOption | True indicates to show the corresponding url link for each item. |
◆ ConfSettingDialogShownTabPage()
Custom the tab page show or hide.
- Parameters
-
showOption | true indicates to show the corresponding tab page for each item. |
◆ DisableAccountSettingTabPage()
virtual void ISettingUIStrategy::DisableAccountSettingTabPage |
( |
bool | bDisable | ) |
|
|
pure virtual |
◆ DisableAdvancedFeatures4GeneralSetting()
virtual void ISettingUIStrategy::DisableAdvancedFeatures4GeneralSetting |
( |
bool | bDisable | ) |
|
|
pure virtual |
Hide the link to check the advanced settings on the General Setting page or not.
- Parameters
-
bDisable | true means to hide the link. |
◆ HideAutoCopyInviteLinkCheckBox()
virtual void ISettingUIStrategy::HideAutoCopyInviteLinkCheckBox |
( |
bool | bHide | ) |
|
|
pure virtual |
Set the visibility of the AUTOMATICALLY COPY INVITE URL check-box on the General Setting page.
- Parameters
-
bHide | true means to hide the check box. |