Meeting SDK for macOS API Reference
|
#include <ZoomSDKShareContainer.h>
Inherits NSObject.
Instance Methods | |
(id) | - initWithFrame: |
Create a sharing element. | |
(ZoomSDKError) | - resize: |
Resize the frame of the shared view owned by this element. | |
(ZoomSDKError) | - ShowShareRender: |
Set whether to show the share view or not. | |
Protected Attributes | |
unsigned int | _sharingID |
ViewShareMode | _viewMode |
NSView * | _shareView |
id< ZoomSDKShareElementDelegate > | _delegate |
NSRect | _frame |
Properties | |
unsigned int | sharingID |
ViewShareMode | viewMode |
NSView * | shareView |
id< ZoomSDKShareElementDelegate > | delegate |
Definition at line 18 of file ZoomSDKShareContainer.h.
- (id) initWithFrame: | (NSRect) | frame |
Create a sharing element.
frame | Frame of sharing view owned by the element. |
- (ZoomSDKError) resize: | (NSRect) | frame |
Resize the frame of the shared view owned by this element.
frame | The coordinates of _shareview. |
- (ZoomSDKError) ShowShareRender: | (BOOL) | show |
Set whether to show the share view or not.
show | YES means to show, NO to hide. |
|
protected |
Definition at line 23 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 24 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 22 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 20 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 21 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
Definition at line 29 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
Definition at line 28 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
Definition at line 26 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
Definition at line 27 of file ZoomSDKShareContainer.h.