Meeting SDK for macOS API Reference
|
#include <ZoomSDKMeetingIndicatorController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - showIndicatorPanel:parentWindow: |
Show the indicator panel window. | |
(ZoomSDKError) | - hideIndicatorPanel |
Hide the indicator panel window. | |
Properties | |
NSString * | indicatorItemId |
The indicator item ID. | |
NSString * | indicatorName |
The indicator name. | |
NSString * | indicatorIcon |
The indicator icon URL. | |
Definition at line 22 of file ZoomSDKMeetingIndicatorController.h.
- (ZoomSDKError) hideIndicatorPanel |
Hide the indicator panel window.
- (ZoomSDKError) showIndicatorPanel: | (NSPoint) | point | |
parentWindow: | (NSWindow *) | parentWindow |
Show the indicator panel window.
point | The original point to display indicator panel. |
parentWindow | Show the indicator panel's dynamic notice in this window. |
|
readnonatomiccopy |
The indicator icon URL.
Definition at line 35 of file ZoomSDKMeetingIndicatorController.h.
|
readnonatomiccopy |
The indicator item ID.
Definition at line 27 of file ZoomSDKMeetingIndicatorController.h.
|
readnonatomiccopy |
The indicator name.
Definition at line 31 of file ZoomSDKMeetingIndicatorController.h.