Telephony.ServiceStateTable.VoiceRegState 字段

定义

指示当前语音服务状态的整数值。

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

字段值

属性

注解

指示当前语音服务状态的整数值。

有效值:ServiceState#STATE_IN_SERVICE、、ServiceState#STATE_EMERGENCY_ONLYServiceState#STATE_OUT_OF_SERVICEServiceState#STATE_POWER_OFF

这与 ServiceState#getState() 相同。

适用于 . 的 android.provider.Telephony.ServiceStateTable.VOICE_REG_STATEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于