| Meeting SDK for Android API Reference
    | 
Presence information interface. More...
| Public Member Functions | |
| String | getContactId () | 
| Get the contact ID. | |
| String | getContactName () | 
| Get the name of contact. | |
| SDKPresenceStatus | getPresenceStatus () | 
| Get the presence status of contact. | |
| String | getProfilePicture () | 
| Get the profile picture of contact. | |
| String | getPersonalNote () | 
| Get the personal note of contact. | |
| String | getCompanyName () | 
| Get the company name of contact. | |
| String | getDepartment () | 
| Get the department of contact. | |
| String | getJobTitle () | 
| Get the job title of contact. | |
| String | getPhoneNumber () | 
| Get the contact's phone number. | |
| String | getEmail () | 
| Get the email of contact. | |
Presence information interface.
Definition at line 6 of file IContactInfo.java.
| String us.zoom.sdk.IContactInfo.getCompanyName | ( | ) | 
Get the company name of contact.
| String us.zoom.sdk.IContactInfo.getContactId | ( | ) | 
Get the contact ID.
| String us.zoom.sdk.IContactInfo.getContactName | ( | ) | 
Get the name of contact.
| String us.zoom.sdk.IContactInfo.getDepartment | ( | ) | 
Get the department of contact.
| String us.zoom.sdk.IContactInfo.getEmail | ( | ) | 
Get the email of contact.
| String us.zoom.sdk.IContactInfo.getJobTitle | ( | ) | 
Get the job title of contact.
| String us.zoom.sdk.IContactInfo.getPersonalNote | ( | ) | 
Get the personal note of contact.
| String us.zoom.sdk.IContactInfo.getPhoneNumber | ( | ) | 
Get the contact's phone number.
| SDKPresenceStatus us.zoom.sdk.IContactInfo.getPresenceStatus | ( | ) | 
Get the presence status of contact.
| String us.zoom.sdk.IContactInfo.getProfilePicture | ( | ) | 
Get the profile picture of contact.