public static class

HtcUnionContact.SimpleContactInfo

extends Object
java.lang.Object
   ↳ android.provider.HtcUnionContact.SimpleContactInfo

Summary

Constants
String HAS_PHOTO The person has photo or not

Type: boolean

String LOOKUP The lookup key of this contact

Type: string

String NAME The person name

Type: String

String NUMBER The number you are going to dial out

Type: String

String NUMBER_TYPE The type of the number you are going to dial out

Type: int

String PERSON_ID The key of person id

Type: String

String PERSON_LOOKUP_KEY The lookup key of person

Type: String

String RAW_CONTACT_ID The raw contact id

Type: long

String RECORD_NUMBER The record number if it is a sim contact

Type: long

Fields
public boolean bHasPhoto this contact has photo ID or not
public String lookup The lookup key of contact table
public String name The display name
public String number The number
public int numberType the number type
public long personId contac Id of contact table
public String personIdString This field is deprecated. see personId
public long raw_contact_id the id in raw_contacts
public long recordNumber The record number if it is a SIM contact
Public Constructors
HtcUnionContact.SimpleContactInfo()
Constructor
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String HAS_PHOTO

The person has photo or not

Type: boolean

Constant Value: "hasPhoto"

public static final String LOOKUP

The lookup key of this contact

Type: string

Constant Value: "lookup"

public static final String NAME

The person name

Type: String

Constant Value: "name"

public static final String NUMBER

The number you are going to dial out

Type: String

Constant Value: "number"

public static final String NUMBER_TYPE

The type of the number you are going to dial out

Type: int

Constant Value: "numberType"

public static final String PERSON_ID

The key of person id

Type: String

Constant Value: "personId"

public static final String PERSON_LOOKUP_KEY

The lookup key of person

Type: String

Constant Value: "personLookupKey"

public static final String RAW_CONTACT_ID

The raw contact id

Type: long

Constant Value: "raw_contact_id"

public static final String RECORD_NUMBER

The record number if it is a sim contact

Type: long

Constant Value: "recordNumber"

Fields

public boolean bHasPhoto

this contact has photo ID or not

public String lookup

The lookup key of contact table

public String name

The display name

public String number

The number

public int numberType

the number type

public long personId

contac Id of contact table

public String personIdString

This field is deprecated.
see personId

the contact id of contact table in string type

public long raw_contact_id

the id in raw_contacts

public long recordNumber

The record number if it is a SIM contact

Public Constructors

public HtcUnionContact.SimpleContactInfo ()

Constructor