TelephonyManager.CarrierRestrictionStatusUnknown 字段

定义

注意

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

如果调制解调器未提供有关承运商限制状态的任何信息,则运营商限制状态值未知。

[Android.Runtime.Register("CARRIER_RESTRICTION_STATUS_UNKNOWN", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierRestrictionStatus enum directly instead of this field.", true)]
public const Android.Telephony.CarrierRestrictionStatus CarrierRestrictionStatusUnknown = 0;
[<Android.Runtime.Register("CARRIER_RESTRICTION_STATUS_UNKNOWN", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierRestrictionStatus enum directly instead of this field.", true)>]
val mutable CarrierRestrictionStatusUnknown : Android.Telephony.CarrierRestrictionStatus

字段值

Value = 0
属性

注解

如果调制解调器未提供有关承运商限制状态的任何信息,则运营商限制状态值未知。

android.telephony.TelephonyManager.CARRIER_RESTRICTION_STATUS_UNKNOWNJava 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于