SipDetails.MethodUnknown Field

Definition

Caution

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

[Android.Runtime.Register("METHOD_UNKNOWN", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.SipDetailsMethod enum directly instead of this field.", true)]
public const Android.Telephony.Ims.SipDetailsMethod MethodUnknown = 0;
[<Android.Runtime.Register("METHOD_UNKNOWN", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.SipDetailsMethod enum directly instead of this field.", true)>]
val mutable MethodUnknown : Android.Telephony.Ims.SipDetailsMethod

Field Value

Value = 0

Implements

Attributes

Applies to