public enum CallHandleType
- Object
- Enum<CallHandleType>
- CallHandleType
ImplementsComparable<CallHandleType>
What kind of address a CallHandle holds. This is the portable spelling
of CXHandleType; Android carries the same distinction in the scheme of
the Uri it hands Telecom.
The ordinals cross the SPI boundary, so existing constants must not be reordered.
Enum constants
GENERIC | A username, room name or anything else that is not a phone number or an email address. |
PHONE_NUMBER | A telephone number. |
EMAIL_ADDRESS | An email address. |
Methods
public static CallHandleType[] values() | |
public static CallHandleType valueOf(String name) |
Inherited methods
Enum constant details
GENERIC
GENERICA username, room name or anything else that is not a phone number or
an email address. Shown verbatim.
PHONE_NUMBER
PHONE_NUMBERA telephone number. The platform may format it for display and may
match it against the address book, so prefer E.164.
EMAIL_ADDRESS
EMAIL_ADDRESSAn email address.
Method details
values
public static CallHandleType[] values()valueOf
public static CallHandleType valueOf(String name)