iOS API
Instance Methods | Properties | List of all members
MobileRTCDirectShareService Class Reference

Direct sharing helper Interface. More...

#import <MobileRTCDirectShareService.h>

Inheritance diagram for MobileRTCDirectShareService:

Instance Methods

(BOOL) - canStartDirectShare
 Determine if it is able to start the direct sharing. More...
 
(BOOL) - isDirectShareInProgress
 Determine if direct sharing is in progress. More...
 
(BOOL) - startDirectShare
 Start direct sharing. More...
 
(BOOL) - stopDirectShare
 Stop direct sharing. More...
 

Properties

id< MobileRTCDirectShareServiceDelegate > _Nullable delegate
 

Detailed Description

Direct sharing helper Interface.

Warning
You can only use this feature over iOS12

Method Documentation

◆ canStartDirectShare()

- (BOOL) canStartDirectShare

Determine if it is able to start the direct sharing.

Returns
The result of the operation.

◆ isDirectShareInProgress()

- (BOOL) isDirectShareInProgress

Determine if direct sharing is in progress.

Returns
The result of the function.

◆ startDirectShare()

- (BOOL) startDirectShare

Start direct sharing.

Returns
The result of the function.

◆ stopDirectShare()

- (BOOL) stopDirectShare

Stop direct sharing.

Returns
The result of the function.

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