DataFailCause.AccessBlockAll Field

Definition

Caution

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

Access blocked by the base station for all mobile devices.

[Android.Runtime.Register("ACCESS_BLOCK_ALL", 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 AccessBlockAll = 2088;
[<Android.Runtime.Register("ACCESS_BLOCK_ALL", 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 AccessBlockAll : Android.Telephony.DataFailCauseType

Field Value

Value = 2088
Attributes

Remarks

Access blocked by the base station for all mobile devices.

Java documentation for android.telephony.DataFailCause.ACCESS_BLOCK_ALL.

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