#include <notification_service_interface.h>
◆ ~INotificationServiceHelper()
virtual INotificationServiceHelper::~INotificationServiceHelper |
( |
| ) |
|
|
inlinevirtual |
◆ GetPresenceHelper()
virtual IPresenceHelper * INotificationServiceHelper::GetPresenceHelper |
( |
| ) |
|
|
pure virtual |
Get the Presence helper.
- Returns
- If the function succeeds, the return value is a pointer to IPresenceHelper. Otherwise the function fails and returns nullptr.
◆ IsPresenceFeatureEnabled()
virtual bool INotificationServiceHelper::IsPresenceFeatureEnabled |
( |
| ) |
|
|
pure virtual |
brief Determine whether the presence feature is enabled.
◆ IsTransferMeetingEnabled()
virtual bool INotificationServiceHelper::IsTransferMeetingEnabled |
( |
| ) |
|
|
pure virtual |
brief Determine whether the transfer meeting feature is enabled.
◆ SetEvent()
Set the controller event of notification service.
◆ TransferMeeting() [1/2]
virtual SDKError INotificationServiceHelper::TransferMeeting |
( |
int | nIndex | ) |
|
|
pure virtual |
Try to transfer meeting to current device.
- Parameters
-
nIndex | Specifies the index of meeting list. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
- Deprecated
- This interface is marked as deprecated.
◆ TransferMeeting() [2/2]
Try to transfer meeting to current device or join meeting with companion mode.
- Parameters
-
TransferMeetingMode | Specifies the transfer meeting mode. If the mode is TransferMeetingMode_Companion, you will join meeting as a companion,Otherwise will transfer meeting to current device. |
meetingId | Specifies the meeting list's meeting ID. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.