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