6#ifndef _customized_resource_helper_interface_h
7#define _customized_resource_helper_interface_h
Customized resource helper interface.
virtual SDKError AddCustomizedPictureResource(const zchar_t *key_, const zchar_t *absolute_resource_path)=0
Add the custom photo files, currently, support PNG and SVG formats.
virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const zchar_t *customizedString)=0
Use the custom string to replace the specified string item.
virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const zchar_t *customizedUrl)=0
Use the custom URL to replace the specified URL.
SDKCustomizedURLType
Custom URL type. Here are more detailed structural descriptions.
@ SDKCustomizedURL_VITRULBG_HELP
@ SDKCustomizedURL_SUPPORTURL
@ SDKCustomizedURL_VITRULBG_LEARN_MORE
SDKCustomizedStringType
Custom string type. Here are more detailed structural descriptions.
@ SDK_Customized_LiveStream_MenuString_LiveOn_String
@ SDK_Customized_Title_FreeZoomVideo
@ SDK_Customized_Title_App
@ SDK_Customized_Title_ZoomVideo
@ SDK_Customized_LiveStream_MenuString_LiveStop_String
@ SDK_Customized_LiveStream_MenuString_LiveView_String
@ SDK_Customized_Title_ViewOnly_FreeZoomVideo
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.