ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
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. More...
 
virtual void DisableAccountSettingTabPage (bool bDisable)=0
 Hide the Account Setting page or not. More...
 
virtual void ConfSettingDialogShownTabPage (SettingDlgShowTabPageOption showOption)=0
 Custom the tab page show or hide. More...
 

Detailed Description

Setting user strategy interface.

Member Function Documentation

◆ 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 indicates to hide the account setting page.

◆ 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 indicates to hide the link.

The documentation for this class was generated from the following file: