Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAppSignalController Class 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.
 

Detailed Description

A controller that manages the display of App Signal and AI Companion panels.

Definition at line 15 of file ZoomSDKAppSignalController.h.

Method Documentation

◆ hideAANPanel

- (ZoomSDKError) hideAANPanel

Close app signal panel.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ hideDynamicNoticeForAICompanionPanel

- (ZoomSDKError) hideDynamicNoticeForAICompanionPanel

Hide the dynamic notice for AI Companion panel window.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ showAANPanel:parentWindow:

- (ZoomSDKError) showAANPanel: (NSPoint) point
parentWindow: (NSWindow *) parentWindow 

Show app signal panel.

Parameters
pointThe original point to display app signal panel.
parentWindowThe parent window to locate the application signal panel.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ showDynamicNoticeForAICompanionPanel:parentWindow:

- (ZoomSDKError) showDynamicNoticeForAICompanionPanel: (NSPoint) point
parentWindow: (NSWindow *) parentWindow 

Show the dynamic notice for AI Companion panel window.

Parameters
pointThe original point to display AICompanion panel.
parentWindowShow the AI companion panel's dynamic notice in this window.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.