Example usage for Java android.telecom DisconnectCause fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ERROR Disconnected because there was an error, such as a problem with the network. |
DisconnectCause(int code, String reason) Creates a new DisconnectCause. |
CharSequence | getLabel() Returns a short label which explains the reason for the disconnect cause and is for display in the user interface. |
String | toString() |