DataFailCause.ActivationRejectGgsn Field

Definition

Caution

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

Activation rejected by Gateway GPRS Support Node (GGSN), Serving Gateway or PDN Gateway.

[Android.Runtime.Register("ACTIVATION_REJECT_GGSN", 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 ActivationRejectGgsn = 30;
[<Android.Runtime.Register("ACTIVATION_REJECT_GGSN", 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 ActivationRejectGgsn : Android.Telephony.DataFailCauseType

Field Value

Value = 30
Attributes

Remarks

Activation rejected by Gateway GPRS Support Node (GGSN), Serving Gateway or PDN Gateway.

Java documentation for android.telephony.DataFailCause.ACTIVATION_REJECT_GGSN.

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