Język

Causes Enum

Definition

public enum Causes
type Causes = 
Inheritance
Causes

Fields

Name Value Description
Unknown 0

Disconnected because of an unknown or unspecified reason.

Android reference for android.telecom.DisconnectCause.UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Error 1

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

Android reference for android.telecom.DisconnectCause.ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Local 2

Disconnected because of a local user-initiated action, such as hanging up.

Android reference for android.telecom.DisconnectCause.LOCAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remote 3

Disconnected because the remote party hung up an ongoing call, or because an outgoing call was not answered by the remote party.

Android reference for android.telecom.DisconnectCause.REMOTE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Canceled 4

Disconnected because it has been canceled.

Android reference for android.telecom.DisconnectCause.CANCELED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Missed 5

Disconnected because there was no response to an incoming call.

Android reference for android.telecom.DisconnectCause.MISSED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Rejected 6

Disconnected because the user rejected an incoming call.

Android reference for android.telecom.DisconnectCause.REJECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Busy 7

Disconnected because the other party was busy.

Android reference for android.telecom.DisconnectCause.BUSY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Restricted 8

Disconnected because of a restriction on placing the call, such as dialing in airplane mode.

Android reference for android.telecom.DisconnectCause.RESTRICTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Other 9

Disconnected for reason not described by other disconnect codes.

Android reference for android.telecom.DisconnectCause.OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConnectionManagerNotSupported 10

Disconnected because the connection manager did not support the call. The call will be tried again without a connection manager. See PhoneAccount.CAPABILITY_CONNECTION_MANAGER.

Android reference for android.telecom.DisconnectCause.CONNECTION_MANAGER_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AnsweredElsewhere 11

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

Android reference for android.telecom.DisconnectCause.ANSWERED_ELSEWHERE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CallPulled 12

Disconnected because the call was pulled from the current device to another device.

Android reference for android.telecom.DisconnectCause.CALL_PULLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to