Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAppSignalController.h
Go to the documentation of this file.
1
6
7
8#import <Foundation/Foundation.h>
9#import <ZoomSDK/ZoomSDKErrors.h>
10
11NS_ASSUME_NONNULL_BEGIN
16@interface ZoomSDKAppSignalController : NSObject
17
24- (ZoomSDKError)showAANPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
25
31
38- (ZoomSDKError)showDynamicNoticeForAICompanionPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
39
45@end
46
47NS_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()
Hides the dynamic notice for AI Companion panel window.
ZoomSDKError hideAANPanel()
Closes app signal panel.