Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ISettingUIStrategy Class Referenceabstract

Setting user strategy interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual void DisableAdvancedFeatures4GeneralSetting (bool bDisable)=0
 Hide the link to check the advanced settings on the General Setting page or not.
 
virtual void DisableAccountSettingTabPage (bool bDisable)=0
 Hide the Account Setting page or not.
 
virtual void ConfSettingDialogShownTabPage (SettingDlgShowTabPageOption showOption)=0
 Custom the tab page show or hide.
 
virtual void HideAutoCopyInviteLinkCheckBox (bool bHide)=0
 Set the visibility of the AUTOMATICALLY COPY INVITE URL check-box on the General Setting page.
 
virtual void ConfigToShowUrlLinksInSetting (SettingDlgShowUrlOption showOption)=0
 Custom the url link show or hide.
 

Detailed Description

Setting user strategy interface.

Definition at line 2132 of file setting_service_interface.h.

Member Function Documentation

◆ ConfigToShowUrlLinksInSetting()

virtual void ISettingUIStrategy::ConfigToShowUrlLinksInSetting ( SettingDlgShowUrlOption showOption)
pure virtual

Custom the url link show or hide.

Parameters
showOptionTrue indicates to show the corresponding url link for each item.

◆ ConfSettingDialogShownTabPage()

virtual void ISettingUIStrategy::ConfSettingDialogShownTabPage ( SettingDlgShowTabPageOption showOption)
pure virtual

Custom the tab page show or hide.

Parameters
showOptiontrue indicates to show the corresponding tab page for each item.

◆ DisableAccountSettingTabPage()

virtual void ISettingUIStrategy::DisableAccountSettingTabPage ( bool bDisable)
pure virtual

Hide the Account Setting page or not.

Parameters
bDisabletrue means to hide the account setting page.
Deprecated
This interface is marked as deprecated. Use ISettingUIStrategy::ConfSettingDialogShownTabPage instead.

◆ 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
bDisabletrue 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
bHidetrue means to hide the check box.