Presence helper callback event.
More...
#include <presence_helper_interface.h>
Presence helper callback event.
Definition at line 175 of file presence_helper_interface.h.
◆ ~IPresenceHelperEvent()
virtual IPresenceHelperEvent::~IPresenceHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onContactPresenceChanged()
Contact presence changed callback.
- Parameters
-
contactId | The contact's ID. |
status | contact presence status. |
◆ onMeetingAcceptedByOtherDevice()
virtual void IPresenceHelperEvent::onMeetingAcceptedByOtherDevice |
( |
UINT64 | meetingNumber | ) |
|
|
pure virtual |
Callback to accept a meeting invitation on another device.
- Parameters
-
meetingNumber | accept meeting number. |
◆ onMeetingDeclinedByOtherDevice()
virtual void IPresenceHelperEvent::onMeetingDeclinedByOtherDevice |
( |
UINT64 | meetingNumber | ) |
|
|
pure virtual |
Callback to decline a meeting invitation on another device.
- Parameters
-
meetingNumber | accept meeting number. |
◆ onMeetingInvitationCanceled()
virtual void IPresenceHelperEvent::onMeetingInvitationCanceled |
( |
UINT64 | meetingNumber | ) |
|
|
pure virtual |
Callback for the meeting invitation canceled by the inviter.
- Parameters
-
meetingNumber | cancel meeting number. |
◆ onMeetingInvitationDeclined()
virtual void IPresenceHelperEvent::onMeetingInvitationDeclined |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Callback to decline a meeting invitation.
- Parameters
-
contactId | The ID of the contact who declines the invitation. |
◆ onReceiveInvitationToMeeting()
Receive meeting invitation callback.
- Parameters
-
◆ onRequestContactDetailInfo()
virtual void IPresenceHelperEvent::onRequestContactDetailInfo |
( |
IList< IContactInfo * > * | pContactList | ) |
|
|
pure virtual |
Request contact detail information list callback.
- Parameters
-
pContactList | Contact detail information list. |
◆ onRequestStarContact()
virtual void IPresenceHelperEvent::onRequestStarContact |
( |
IList< const zchar_t * > * | pContactList | ) |
|
|
pure virtual |
Request star contact ID list callback.
- Parameters
-
pContactList | Star contact result value. |
◆ onStarContactListChanged()
virtual void IPresenceHelperEvent::onStarContactListChanged |
( |
IList< const zchar_t * > * | pContactList, |
|
|
bool | bAdd ) |
|
pure virtual |
Star contact list changed callback.
- Parameters
-
pContactList | The list of change contact's ID. |
bAdd | Specifies whether the contact list is added. |