Java android.telecom DisconnectCause fields, constructors, methods, implement or subclass

Example usage for Java android.telecom DisconnectCause fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telecom DisconnectCause.

The text is from its open source code.

Field

intERROR
Disconnected because there was an error, such as a problem with the network.

Constructor

DisconnectCause(int code, String reason)
Creates a new DisconnectCause.

Method

CharSequencegetLabel()
Returns a short label which explains the reason for the disconnect cause and is for display in the user interface.
StringtoString()