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:
 Shows app signal panel.
 
(ZoomSDKError- hideAANPanel
 Closes app signal panel.
 
(ZoomSDKError- showDynamicNoticeForAICompanionPanel:parentWindow:
 Shows the dynamic notice for AI Companion panel window.
 
(ZoomSDKError- hideDynamicNoticeForAICompanionPanel
 Hides 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

Closes app signal panel.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ hideDynamicNoticeForAICompanionPanel

- (ZoomSDKError) hideDynamicNoticeForAICompanionPanel

Hides the dynamic notice for AI Companion panel window.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ showAANPanel:parentWindow:

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

Shows 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 returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ showDynamicNoticeForAICompanionPanel:parentWindow:

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

Shows 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 returns ZoomSDKError_Success. Otherwise, this function returns an error.