Language

DisconnectCause.Unwanted Field

Definition

Caution

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

The call was missed or rejected because it was marked as unwanted.

[Android.Runtime.Register("UNWANTED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)]
public const Android.Telephony.CallDisconnectCause Unwanted = 83;
[<Android.Runtime.Register("UNWANTED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)>]
val mutable Unwanted : Android.Telephony.CallDisconnectCause

Field Value

Value = 83
Attributes

Applies to