iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCDirectShareService Class 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
 

Detailed Description

Direct sharing helper Interface.

Warning
You can only use this feature over iOS12

Definition at line 50 of file MobileRTCDirectShareService.h.

Method Documentation

◆ canStartDirectShare

- (BOOL) canStartDirectShare

Determine if it is able to start the direct sharing.

Returns
The result of the operation.

References canStartDirectShare, delegate, isDirectShareInProgress, startDirectShare, and stopDirectShare.

Referenced by canStartDirectShare.

◆ isDirectShareInProgress

- (BOOL) isDirectShareInProgress

Determine if direct sharing is in progress.

Returns
The result of the function.

Referenced by canStartDirectShare.

◆ startDirectShare

- (BOOL) startDirectShare

Start direct sharing.

Returns
The result of the function.

Referenced by canStartDirectShare.

◆ stopDirectShare

- (BOOL) stopDirectShare

Stop direct sharing.

Returns
The result of the function.

Referenced by canStartDirectShare.

Property Documentation

◆ delegate

- (id<MobileRTCDirectShareServiceDelegate> _Nullable) delegate
readwritenonatomicassign

Definition at line 55 of file MobileRTCDirectShareService.h.

Referenced by canStartDirectShare.