|
Meeting SDK for macOS API Reference
|
A controller that manages the display of App Signal and AI Companion panels. More...
#include <ZoomSDKAppSignalController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - showAANPanel:parentWindow: |
| Show app signal panel. | |
| (ZoomSDKError) | - hideAANPanel |
| Close app signal panel. | |
| (ZoomSDKError) | - showDynamicNoticeForAICompanionPanel:parentWindow: |
| Show the dynamic notice for AI Companion panel window. | |
| (ZoomSDKError) | - hideDynamicNoticeForAICompanionPanel |
| Hide the dynamic notice for AI Companion panel window. | |
A controller that manages the display of App Signal and AI Companion panels.
Definition at line 15 of file ZoomSDKAppSignalController.h.
| - (ZoomSDKError) hideAANPanel |
Close app signal panel.
| - (ZoomSDKError) hideDynamicNoticeForAICompanionPanel |
Hide the dynamic notice for AI Companion panel window.
| - (ZoomSDKError) showAANPanel: | (NSPoint) | point | |
| parentWindow: | (NSWindow *) | parentWindow |
Show app signal panel.
| point | The original point to display app signal panel. |
| parentWindow | The parent window to locate the application signal panel. |
| - (ZoomSDKError) showDynamicNoticeForAICompanionPanel: | (NSPoint) | point | |
| parentWindow: | (NSWindow *) | parentWindow |
Show the dynamic notice for AI Companion panel window.
| point | The original point to display AICompanion panel. |
| parentWindow | Show the AI companion panel's dynamic notice in this window. |