Telephony.ServiceStateTable.VoiceRegState Field

Definition

An integer value indicating the current voice service state.

[Android.Runtime.Register("VOICE_REG_STATE", ApiSince=26)]
public const string VoiceRegState;
[<Android.Runtime.Register("VOICE_REG_STATE", ApiSince=26)>]
val mutable VoiceRegState : string

Field Value

Attributes

Remarks

An integer value indicating the current voice service state.

Valid values: ServiceState#STATE_IN_SERVICE, ServiceState#STATE_OUT_OF_SERVICE, ServiceState#STATE_EMERGENCY_ONLY, ServiceState#STATE_POWER_OFF.

This is the same as ServiceState#getState().

Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_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.

Applies to