Direct sharing helper Interface.
More...
#include <direct_share_helper_interface.h>
Direct sharing helper Interface.
Definition at line 87 of file direct_share_helper_interface.h.
◆ CanStartDirectShare()
virtual SDKError IDirectShareServiceHelper::CanStartDirectShare |
( |
| ) |
|
|
pure virtual |
Determine if it is able to start the direct sharing.
- Returns
- If it is enabled to start the direct sharing, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ IsDirectShareInProgress()
virtual bool IDirectShareServiceHelper::IsDirectShareInProgress |
( |
| ) |
|
|
pure virtual |
Determine if direct sharing is in progress.
- Returns
- TRUE indicates that the direct sharing is in progress.
◆ SetEvent()
Direct sharing helper callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ StartDirectShare()
virtual SDKError IDirectShareServiceHelper::StartDirectShare |
( |
| ) |
|
|
pure virtual |
Start direct sharing.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ StopDirectShare()
virtual SDKError IDirectShareServiceHelper::StopDirectShare |
( |
| ) |
|
|
pure virtual |
Stop direct sharing.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.