Contact

Wisej.Hybrid.Shared.Communication.Contact

Namespace: Wisej.Hybrid.Shared.Communication

Assembly: Wisej.Hybrid (3.5.0.0)

Represents a contact on the user's device.

public class Contact

Constructors

Initializes a new instance of the Contact class.

Initializes a new instance of the Contact class with the given data.

NameTypeDescription

id

The identifier of the contact.

namePrefix

The prefix of the contact.

givenName

The given name (or first name) of the contact.

middleName

The middle name(s) of the contact.

familyName

The family name (or last name) of the contact.

nameSuffix

The suffix of the contact.

phones

A collection of phone numbers for the contact.

email

A collection of email addresses for the contact.

displayName

The display name of the contact.

Properties

String: Gets or sets the display name of the contact.

If no display name is set, a display name is inferred from GivenName and FamilyName.

List<ContactEmail>: Gets or sets a collection of email addresses of the contact.

String: Gets or sets the family name (or last name) of the contact.

String: Gets or sets the given name (or first name) of the contact.

String: Gets or sets the identifier of the contact.

String: Gets or sets the middle name(s) of the contact.

String: Gets or sets the name prefix of the contact.

String: Gets or sets the name suffix of the contact.

List<ContactPhone>: Gets or sets a collection of phone numbers of the contact.

Last updated