Call.RejectReasonUnwanted 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 it is an unwanted call.

[Android.Runtime.Register("REJECT_REASON_UNWANTED", 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 RejectReasonUnwanted = 2;
[<Android.Runtime.Register("REJECT_REASON_UNWANTED", 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 RejectReasonUnwanted : Android.Telecom.CallRejectReason

Field Value

Value = 2
Attributes

Remarks

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.

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