Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAppSignalController.h
Go to the documentation of this file.
1//
2
3#import <Foundation/Foundation.h>
4#import <ZoomSDK/ZoomSDKErrors.h>
5
6NS_ASSUME_NONNULL_BEGIN
7
8@interface ZoomSDKAppSignalController : NSObject
9
16- (ZoomSDKError)showAANPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
17
23
30- (ZoomSDKError)showDynamicNoticeForAICompanionPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
31
37@end
38
39NS_ASSUME_NONNULL_END
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKError hideDynamicNoticeForAICompanionPanel()
Hide the dynamic notice for AI Companion panel window.
ZoomSDKError hideAANPanel()
Close app signal panel.