DisconnectCause.Unwanted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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