Language

CallRejectReason Enum

Definition

public enum CallRejectReason
type CallRejectReason = 
Inheritance
CallRejectReason

Fields

Name Value Description
Declined 1

Reject reason used with reject(int) to indicate that the user is rejecting this call because they have declined to answer it. This typically means that they are unable to answer the call at this time and would prefer it be sent to voicemail.

Android reference for android.telecom.Call.REJECT_REASON_DECLINED.

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.

Unwanted 2

Reject reason used with reject(int) to indicate that the user is rejecting this call because it is an unwanted call. This allows the user to indicate that they are rejecting a call because it is likely a nuisance call.

Android reference for android.telecom.Call.REJECT_REASON_UNWANTED.

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