Meeting SDK for macOS API Reference
|
The delegate protocol to receive notifications from share container. More...
#include <ZoomSDKShareContainer.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onShareElementDestroy: |
Callback of that element is destroyed. | |
The delegate protocol to receive notifications from share container.
Definition at line 79 of file ZoomSDKShareContainer.h.
- (void) onShareElementDestroy: | (ZoomSDKShareElement *) | element |
Callback of that element is destroyed.
element | The object of ZoomSDKShareElement. |