Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
Notification Reference/
Customized UI Event Notification/
Notification of Closing the Contact Selection Window
Updated on 2024-07-30 GMT+08:00
Notification of Closing the Contact Selection Window
Notification Description
A notification is sent for a participant to close the contact selection window.
Method Definition
1
|
- (void)closeContactSelectWindow; |
Sample Code
/// Close the window for selecting contacts. - (void)closeContactSelectWindow { if (self.selectContactVC) { [self.selectContactVC.view.window close]; } }
Precautions
- Set the contactUIHandler proxy during SDK initialization or set the proxy on the target page.
Parent topic: Customized UI Event Notification
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot