Container to manage all share elements.
More...
#include <ZoomSDKShareContainer.h>
Inherits NSObject.
Container to manage all share elements.
Definition at line 92 of file ZoomSDKShareContainer.h.
◆ cleanShareElement:
Clean shared elements.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ createShareElement:
Creates shared elements.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getShareElementArray
| - (NSArray *_Nullable) getShareElementArray |
|
|
|
Gets an array of shared elements.
- Returns
- If the function succeeds, it returns a NSArray containing all sharing elements. Otherwise, this function fails and returns nil.
◆ getShareElementBySourceID:
Gets an array of shared elements by user ID.
- Parameters
-
| shareSourceID | The specified source ID. |
- Returns
- If the function succeeds, it returns an object of ZoomSDKShareElement. Otherwise, this function fails and returns nil.
◆ _delegate
◆ _elementArray
| - (NSMutableArray*) _elementArray |
|
protected |
◆ delegate