|
Meeting SDK for macOS API Reference
|
The share element object to handle individual shared content and render view. More...
#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 |
| The unique ID of the sharing source. | |
| ViewShareMode | viewMode |
| The view mode of the shared content. | |
| NSView * | shareView |
| The view used to render the shared content. | |
| id< ZoomSDKShareElementDelegate > | delegate |
| Delegate for share element callbacks. | |
The share element object to handle individual shared content and render view.
Definition at line 31 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 36 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 37 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 35 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 33 of file ZoomSDKShareContainer.h.
|
protected |
Definition at line 34 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
Delegate for share element callbacks.
Definition at line 54 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
The view used to render the shared content.
Definition at line 50 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
The unique ID of the sharing source.
Definition at line 42 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
The view mode of the shared content.
Definition at line 46 of file ZoomSDKShareContainer.h.