Provides a cross-platform interface to access contact properties, such as contact’s name, image, phone numbers etc.
|
| void | LoadImage (EventCallback< TextureData > callback) |
| | Asynchronously loads the profile picture of a contact.
|
| |
|
|
string | FirstName [get] |
| | The first name of the contact. (read-only)
|
| |
|
string | MiddleName [get] |
| | The middle name of the contact. (read-only)
|
| |
|
string | LastName [get] |
| | The last name of the contact. (read-only)
|
| |
|
string[] | PhoneNumbers [get] |
| | An array of phone numbers of the contact. (read-only)
|
| |
|
string[] | EmailAddresses [get] |
| | An array of email addresses of the contact. (read-only)
|
| |
◆ LoadImage()
| void LoadImage |
( |
EventCallback< TextureData > | callback | ) |
|
- Parameters
-
| callback | The callback to be executed when request is completed. |