Telephony.ServiceStateTable.DataRegState 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.
An integer value indicating the current data service state.
[Android.Runtime.Register("DATA_REG_STATE", ApiSince=31)]
public const string DataRegState;
[<Android.Runtime.Register("DATA_REG_STATE", ApiSince=31)>]
val mutable DataRegState : string
Field Value
- Attributes
Remarks
An integer value indicating the current data service state.
Valid values: ServiceState#STATE_IN_SERVICE
, ServiceState#STATE_OUT_OF_SERVICE
, ServiceState#STATE_EMERGENCY_ONLY
, ServiceState#STATE_POWER_OFF
.
Java documentation for android.provider.Telephony.ServiceStateTable.DATA_REG_STATE
.
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.