Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IContactInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IContactInfo {
7
13 String getContactId();
14
21
28
35
42
49
55 String getDepartment();
56
62 String getJobTitle();
63
70
76 String getEmail();
77
78}
Enumeration of user's presence status. For more information, please visit https://support....
Presence information interface.
String getContactName()
Get the name of contact.
String getJobTitle()
Get the job title of contact.
String getCompanyName()
Get the company name of contact.
String getEmail()
Get the email of contact.
String getPersonalNote()
Get the personal note of contact.
SDKPresenceStatus getPresenceStatus()
Get the presence status of contact.
String getContactId()
Get the contact ID.
String getPhoneNumber()
Get the contact's phone number.
String getProfilePicture()
Get the profile picture of contact.
String getDepartment()
Get the department of contact.