Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAppSignalController.h
Go to the documentation of this file.
1
7#import <Foundation/Foundation.h>
8#import <ZoomSDK/ZoomSDKErrors.h>
9
10NS_ASSUME_NONNULL_BEGIN
15@interface ZoomSDKAppSignalController : NSObject
16
23- (ZoomSDKError)showAANPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
24
30
37- (ZoomSDKError)showDynamicNoticeForAICompanionPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
38
44@end
45
46NS_ASSUME_NONNULL_END
ZoomSDKError
Enumeration of common errors of SDK.
A controller that manages the display of App Signal and AI Companion panels.
ZoomSDKError hideDynamicNoticeForAICompanionPanel()
Hide the dynamic notice for AI Companion panel window.
ZoomSDKError hideAANPanel()
Close app signal panel.