Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IContactInfo Interface 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.
 

Detailed Description

Presence information interface.

Definition at line 6 of file IContactInfo.java.

Member Function Documentation

◆ getCompanyName()

String us.zoom.sdk.IContactInfo.getCompanyName ( )

Get the company name of contact.

Returns
The company name, such as "Acme Incorporated".

◆ getContactId()

String us.zoom.sdk.IContactInfo.getContactId ( )

Get the contact ID.

Returns
The contact ID.

◆ getContactName()

String us.zoom.sdk.IContactInfo.getContactName ( )

Get the name of contact.

Returns
The contact name.

◆ getDepartment()

String us.zoom.sdk.IContactInfo.getDepartment ( )

Get the department of contact.

Returns
The contact's department, such as "Human resources".

◆ getEmail()

String us.zoom.sdk.IContactInfo.getEmail ( )

Get the email of contact.

Returns
The return value is the email, such as "jillchill@example.com".

◆ getJobTitle()

String us.zoom.sdk.IContactInfo.getJobTitle ( )

Get the job title of contact.

Returns
The return value is the job title.

◆ getPersonalNote()

String us.zoom.sdk.IContactInfo.getPersonalNote ( )

Get the personal note of contact.

Returns
The return value is the personal note.

◆ getPhoneNumber()

String us.zoom.sdk.IContactInfo.getPhoneNumber ( )

Get the contact's phone number.

Returns
The phone number, such as "+1 000 000-0000"

◆ getPresenceStatus()

SDKPresenceStatus us.zoom.sdk.IContactInfo.getPresenceStatus ( )

Get the presence status of contact.

Returns
The return value is the contact presence.It's just the state when you get the contact detail information.

◆ getProfilePicture()

String us.zoom.sdk.IContactInfo.getProfilePicture ( )

Get the profile picture of contact.

Returns
The return value is the profile picture.