Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IPresenceHelperEvent Interface Reference

Presence helper callback event. More...

Public Member Functions

void onRequestStarContact (List< String > pContactList)
 Star contact list change callback.
 
void onRequestContactDetailInfo (List< IContactInfo > pContactList)
 Request contact detail information list callback.
 
void onContactPresenceChanged (String contactId, SDKPresenceStatus status)
 Contact presence changed callback.
 
void onStarContactListChanged (List< String > pContactList, boolean bAdd)
 Star contact list changed callback.
 
void onReceiveInvitationToMeeting (IInvitationMeetingHandler handler)
 Receive meeting invitation callback.
 
void onMeetingInvitationCanceled (long meetingNumber)
 The meeting invitation canceled by inviter callback.
 
void onMeetingAcceptedByOtherDevice (long meetingNumber)
 Callback to accept a meeting invitation on another device.
 
void onMeetingDeclinedByOtherDevice (long meetingNumber)
 Callback to decline a meeting invitation on another device.
 
void onMeetingInvitationDeclined (String contactId)
 Callback to decline a meeting invitation.
 

Detailed Description

Presence helper callback event.

Definition at line 8 of file IPresenceHelperEvent.java.

Member Function Documentation

◆ onContactPresenceChanged()

void us.zoom.sdk.IPresenceHelperEvent.onContactPresenceChanged ( String contactId,
SDKPresenceStatus status )

Contact presence changed callback.

Parameters
contactIdThe id of contact.
statuscontact presence status.

◆ onMeetingAcceptedByOtherDevice()

void us.zoom.sdk.IPresenceHelperEvent.onMeetingAcceptedByOtherDevice ( long meetingNumber)

Callback to accept a meeting invitation on another device.

Parameters
meetingNumberAccept meeting number.

◆ onMeetingDeclinedByOtherDevice()

void us.zoom.sdk.IPresenceHelperEvent.onMeetingDeclinedByOtherDevice ( long meetingNumber)

Callback to decline a meeting invitation on another device.

Parameters
meetingNumberaccept meeting number.

◆ onMeetingInvitationCanceled()

void us.zoom.sdk.IPresenceHelperEvent.onMeetingInvitationCanceled ( long meetingNumber)

The meeting invitation canceled by inviter callback.

Parameters
meetingNumberThe canceled meeting number.

◆ onMeetingInvitationDeclined()

void us.zoom.sdk.IPresenceHelperEvent.onMeetingInvitationDeclined ( String contactId)

Callback to decline a meeting invitation.

Parameters
contactIdThe ID of contact who decline the invitation.

◆ onReceiveInvitationToMeeting()

void us.zoom.sdk.IPresenceHelperEvent.onReceiveInvitationToMeeting ( IInvitationMeetingHandler handler)

Receive meeting invitation callback.

Parameters
handlerA pointer to the IInvitationMeetingHandler.

◆ onRequestContactDetailInfo()

void us.zoom.sdk.IPresenceHelperEvent.onRequestContactDetailInfo ( List< IContactInfo > pContactList)

Request contact detail information list callback.

Parameters
pContactListContact detail information list.

◆ onRequestStarContact()

void us.zoom.sdk.IPresenceHelperEvent.onRequestStarContact ( List< String > pContactList)

Star contact list change callback.

Parameters
pContactListStar contact result value.

◆ onStarContactListChanged()

void us.zoom.sdk.IPresenceHelperEvent.onStarContactListChanged ( List< String > pContactList,
boolean bAdd )

Star contact list changed callback.

Parameters
pContactListhe id list of change contacts.
bAddSpecifies whether the contact list is added.