DataFailCause.InvalidPrimaryNsapi Field

Definition

Caution

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

Primary context for NSAPI does not exist.

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

Field Value

Value = 2158
Attributes

Remarks

Primary context for NSAPI does not exist.

Java documentation for android.telephony.DataFailCause.INVALID_PRIMARY_NSAPI.

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