Meeting SDK for macOS API Reference
|
#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. | |
Definition at line 8 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. |