Call.RejectReasonDeclined Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.CallRejectReason enum directly instead of this field.

Reject reason used with #reject(int) to indicate that the user is rejecting this call because they have declined to answer it.

[Android.Runtime.Register("REJECT_REASON_DECLINED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallRejectReason enum directly instead of this field.", true)]
public const Android.Telecom.CallRejectReason RejectReasonDeclined = 1;
[<Android.Runtime.Register("REJECT_REASON_DECLINED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallRejectReason enum directly instead of this field.", true)>]
val mutable RejectReasonDeclined : Android.Telecom.CallRejectReason

Field Value

Value = 1
Attributes

Remarks

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.

Java documentation 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.

Applies to