Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKShareContainer Class Reference

#import <ZoomSDKShareContainer.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- createShareElement:
 Create shared elements.
 
(ZoomSDKError- cleanShareElement:
 Clean shared elements.
 
(NSArray *) - getShareElementArray
 Get an array of shared elements.
 
(ZoomSDKShareElement *) - getShareElementByUserID:
 Get an array of shared elements by user ID.
 

Protected Attributes

NSMutableArray * _elementArray
 
id< ZoomSDKShareContainerDelegate_delegate
 

Properties

id< ZoomSDKShareContainerDelegatedelegate
 

Detailed Description

Definition at line 57 of file ZoomSDKShareContainer.h.

Method Documentation

◆ cleanShareElement:

- (ZoomSDKError) cleanShareElement: (ZoomSDKShareElement *)  element

Clean shared elements.

Parameters
elementThe pointer to ZoomSDKShareElement object.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ createShareElement:

- (ZoomSDKError) createShareElement: (ZoomSDKShareElement **)  element

Create shared elements.

Parameters
elementThe pointer to ZoomSDKShareElement object.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ getShareElementArray

- (NSArray *) getShareElementArray

Get an array of shared elements.

Returns
If the function succeeds, it will return a NSArray containing all sharing elements.

◆ getShareElementByUserID:

- (ZoomSDKShareElement *) getShareElementByUserID: (unsigned int)  userid

Get an array of shared elements by user ID.

Parameters
useridThe specified user id.
Returns
If the function succeeds, it will return an object of ZoomSDKShareElement.

Field Documentation

◆ _delegate

- (id<ZoomSDKShareContainerDelegate>) _delegate
protected

Definition at line 60 of file ZoomSDKShareContainer.h.

◆ _elementArray

- (NSMutableArray*) _elementArray
protected

Definition at line 59 of file ZoomSDKShareContainer.h.

Property Documentation

◆ delegate

- (id<ZoomSDKShareContainerDelegate>) delegate
readwritenonatomicassign

Definition at line 62 of file ZoomSDKShareContainer.h.