DisconnectCause


public final class DisconnectCause
extends Object implements Parcelable

java.lang.Object
   ↳ android.telecom.DisconnectCause


Describes the cause of a disconnected call. This always includes a code describing the generic cause of the disconnect. Optionally, it may include a label and/or description to display to the user. It is the responsibility of the ConnectionService to provide localized versions of the label and description. It also may contain a reason for the disconnect, which is intended for logging and not for display to the user.

Summary

Constants

int ANSWERED_ELSEWHERE

Disconnected because the user did not locally answer the incoming call, but it was answered on another device where the call was ringing.

int BUSY

Disconnected because the other party was busy.

int