Essential Kit
Loading...
Searching...
No Matches
IAddressBookContact

Provides a cross-platform interface to access contact properties, such as contact’s name, image, phone numbers etc.

Public Member Functions

void LoadImage (EventCallback< TextureData > callback)
 Asynchronously loads the profile picture of a contact.
 

Properties

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)
 

Member Function Documentation

◆ LoadImage()

void LoadImage ( EventCallback< TextureData > callback)
Parameters
callbackThe callback to be executed when request is completed.