Example usage for Java android.telecom PhoneAccount fields, constructors, methods, implement or subclass
The text is from its open source code.
int | CAPABILITY_SIM_SUBSCRIPTION Flag indicating that this PhoneAccount represents a built-in PSTN SIM subscription. |
int | CAPABILITY_VIDEO_CALLING Flag indicating that this PhoneAccount is currently able to place video calls. |
int | CAPABILITY_CALL_SUBJECT Flag indicating that this PhoneAccount supports a subject for Calls. |
String | SCHEME_TEL URI scheme for telephone number URIs. |
String | SCHEME_VOICEMAIL URI scheme for voicemail URIs. |
String | SCHEME_SIP URI scheme for SIP URIs. |
int | NO_HIGHLIGHT_COLOR Indicating no hightlight color is set. |
Uri | getAddress() The address (e.g., a phone number) associated with this PhoneAccount . |
int | getCapabilities() The capabilities of this PhoneAccount . |
int | getHighlightColor() A highlight color to use in displaying information about this PhoneAccount . |
CharSequence | getLabel() A short label describing a PhoneAccount . |
boolean | hasCapabilities(int capability) Determines if this PhoneAccount has a capabilities specified by the passed in bit mask. |