public class ContactData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS
The address for this entry.
|
static String |
CONTACT_ID
The id of the contact.
|
static String |
LABEL
The label of the phone number or email field.
|
static String |
MAIL
The email for this entry.
|
static String |
NAME
The display name of the contact.
|
static String |
NUMBER
The phone number for this entry.
|
static String |
SKYPE
The skype account for this entry.
|
Constructor and Description |
---|
ContactData() |
public static final String CONTACT_ID
The id of the contact.
Type: int;
public static final String NAME
The display name of the contact.
Type: String;
public static final String LABEL
The label of the phone number or email field.
Type: String;
public static final String NUMBER
The phone number for this entry.
Type: String;
public static final String MAIL
The email for this entry.
Type: String;
public static final String ADDRESS
The address for this entry.
Type: String;
public static final String SKYPE
The skype account for this entry.
Type: String;
Copyright © 2013. All Rights Reserved.