ImsReasonInfo.CodeSipUserMarkedUnwanted 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.Ims.ImsReasonInfoCode enum directly instead of this field.
Call failure code during hangup/reject if user marked the call as unwanted.
[Android.Runtime.Register("CODE_SIP_USER_MARKED_UNWANTED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsReasonInfoCode CodeSipUserMarkedUnwanted = 365;
[<Android.Runtime.Register("CODE_SIP_USER_MARKED_UNWANTED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)>]
val mutable CodeSipUserMarkedUnwanted : Android.Telephony.Ims.ImsReasonInfoCode
Field Value
Value = 365Implements
- Attributes
Remarks
Call failure code during hangup/reject if user marked the call as unwanted.
Android Telephony will receive information whether ROBO call feature is supported by the network from modem and propagate the same to AOSP as new ImsCallProfile members. OEMs can check this information and provide an option to the user to mark the call as unwanted.
Java documentation for android.telephony.ims.ImsReasonInfo.CODE_SIP_USER_MARKED_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.