Customizing the Text for a Specific Scenario
setCustomUITextWithCustomSceneTextInfoList
API Description
This API is used to customize the text for a specific scenario.
Precautions
None
Method Definition
1
|
- (void)setCustomUITextWithCustomSceneTextInfoList:(HWMUISDKCustomSceneTextInfoListModel *)customSceneTextInfoList; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
customSceneTextInfoList |
Yes |
Text model. |
Parameter |
Type |
Description |
---|---|---|
customSceneTextInfoList |
NSArray <HWMUISDKCustomSceneTextInfoModel *> * |
Custom text details. |
Parameter |
Type |
Description |
---|---|---|
scene |
Scenario requiring text customization. |
|
sceneTextList |
NSArray <HWMUISDKUICustomTextInfoModel *> * |
List of custom text strings. |
Parameter |
Type |
Description |
---|---|---|
languageType |
Language type. |
|
languageCode |
NSString * |
Custom language code. |
customText |
NSString * |
Custom text. |
Enumerated Value |
Description |
---|---|
HWMUISDKCloudRecordFinishedAlertScene |
Cloud recording end notification. |
HWMUISDKCloudRecordFinishedAlertImScene |
Notification in the dialog box displayed when cloud recording ends in an ongoing meeting. |
Enumerated Value |
Description |
---|---|
HWMUISDKLanguageZhCn |
Chinese. |
HWMUISDKLanguageEnGb |
English. |
HWMUISDKLanguageCustomized |
Custom language. |
Return Values
None
1 2 3 4 5 6 7 8 |
/// Customize the text for a scenario. - (void)customLanguageInfos { HWMUISDKCustomSceneTextInfoListModel *listModel = [[HWMUISDKCustomSceneTextInfoListModel alloc] init]; HWMUISDKCustomSceneTextInfoModel *sceneModel = [[HWMUISDKCustomSceneTextInfoModel alloc] init]; sceneModel.scene = _currentScene; listModel.customSceneTextInfoList = @[sceneModel]; [[HWMSdk getOpenApi] setCustomUITextWithCustomSceneTextInfoList:listModel]; } |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot