public final class

PhoneKind

extends Object
java.lang.Object
   ↳ com.neomades.contact.PhoneKind

Class Overview

Phone number type HOME, MOBILE, WORK or OTHER, used in setPhoneNumber(String, int) and getPhoneNumber(int).

Summary

Constants
int HOME
int MOBILE
int OTHER
int WORK
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HOME

Constant Value: 1 (0x00000001)

public static final int MOBILE

Constant Value: 2 (0x00000002)

public static final int OTHER

Constant Value: 4 (0x00000004)

public static final int WORK

Constant Value: 3 (0x00000003)