|
iOS SDK API Reference
|
Direct sharing helper Interface. More...
#import <MobileRTCDirectShareService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canStartDirectShare |
| Determine if it is able to start the direct sharing. | |
| (BOOL) | - isDirectShareInProgress |
| Determine if direct sharing is in progress. | |
| (BOOL) | - startDirectShare |
| Start direct sharing. | |
| (BOOL) | - stopDirectShare |
| Stop direct sharing. | |
Properties | |
| id< MobileRTCDirectShareServiceDelegate > _Nullable | delegate |
Direct sharing helper Interface.
Definition at line 50 of file MobileRTCDirectShareService.h.
| - (BOOL) canStartDirectShare |
Determine if it is able to start the direct sharing.
References canStartDirectShare, delegate, isDirectShareInProgress, startDirectShare, and stopDirectShare.
Referenced by canStartDirectShare.
| - (BOOL) isDirectShareInProgress |
Determine if direct sharing is in progress.
Referenced by canStartDirectShare.
| - (BOOL) startDirectShare |
| - (BOOL) stopDirectShare |
|
readwritenonatomicassign |
Definition at line 55 of file MobileRTCDirectShareService.h.
Referenced by canStartDirectShare.