#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 NULL.
◆ 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()
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.