Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKShareContainer Class Reference
Inheritance diagram for ZoomSDKShareContainer:

Instance Methods

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

Protected Attributes

NSMutableArray * _elementArray
 
id< ZoomSDKShareContainerDelegate_delegate
 

Properties

id< ZoomSDKShareContainerDelegatedelegate
 

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.

The documentation for this class was generated from the following file: