Show / Hide Table of Contents

Class AN_ContactInfo

The representation of a contact inside the device contact book

Inheritance
System.Object
AN_ContactInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Contacts
Assembly: cs.temp.dll.dll
Syntax
public class AN_ContactInfo

Properties

Address

Contact Postal Address

Declaration
public AN_ContactPostalAddress Address { get; }
Property Value
Type Description
AN_ContactPostalAddress

Email

Contact email

Declaration
public string Email { get; }
Property Value
Type Description
System.String

Id

Contact Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

Name

The name of the contact

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Note

User notes regarding this contact

Declaration
public string Note { get; }
Property Value
Type Description
System.String

Organization

Contact Organization

Declaration
public AN_ContactOrganization Organization { get; }
Property Value
Type Description
AN_ContactOrganization

Phone

Phone number

Declaration
public string Phone { get; }
Property Value
Type Description
System.String

Photo

Photo image

Declaration
public Texture2D Photo { get; }
Property Value
Type Description
Texture2D
In This Article
Back to top Generated by DocFX