Querying Custom Buttons
API Description
This API is used to query the list of custom buttons.
Precautions
None
Method Definition
getCustomerButton():Promise<Result>
Return Values
For details about the result structure, see Table 1. For details about the result data, see the following table.
Type |
Description |
---|---|
customerButtonObj[] |
List of custom buttons. For details about the data type, see Table 2. |
Sample Code
/** * Query the list of custom buttons. */ HWMeeting.getCustomerButton().then((data) => { // TODO: Display the result. }).catch((e) => { // Display the result. console.log(e.retCode+":"+e.retMsg); });
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