Linux SDK API Reference
Loading...
Searching...
No Matches
INotificationServiceHelper Class Referenceabstract

#include <notification_service_interface.h>

Public Member Functions

virtual ~INotificationServiceHelper ()
 
virtual IPresenceHelperGetPresenceHelper ()=0
 Get the Presence helper.
 
virtual SDKError SetEvent (INotificationServiceEvent *pEvent)=0
 Set the controller event of notification service.
 
virtual bool IsTransferMeetingEnabled ()=0
 brief Determine whether the transfer meeting feature is enabled.
 
virtual bool IsPresenceFeatureEnabled ()=0
 brief Determine whether the presence feature is enabled.
 
virtual SDKError TransferMeeting (int nIndex)=0
 Try to transfer meeting to current device.
 

Detailed Description

Definition at line 48 of file notification_service_interface.h.

Constructor & Destructor Documentation

◆ ~INotificationServiceHelper()

virtual INotificationServiceHelper::~INotificationServiceHelper ( )
inlinevirtual

Definition at line 51 of file notification_service_interface.h.

51{}

Member Function Documentation

◆ 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()

virtual SDKError INotificationServiceHelper::SetEvent ( INotificationServiceEvent pEvent)
pure virtual

Set the controller event of notification service.

◆ TransferMeeting()

virtual SDKError INotificationServiceHelper::TransferMeeting ( int  nIndex)
pure virtual

Try to transfer meeting to current device.

Parameters
nIndexSpecifies 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.