TelephonyManager.CarrierRestrictionStatusRestrictedToCaller 字段

定义

注意

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_RESTRICTED_TO_CALLER", 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 CarrierRestrictionStatusRestrictedToCaller = 3;
[<Android.Runtime.Register("CARRIER_RESTRICTION_STATUS_RESTRICTED_TO_CALLER", 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 CarrierRestrictionStatusRestrictedToCaller : Android.Telephony.CarrierRestrictionStatus

字段值

Value = 3
属性

注解

设备仅限于调用应用程序的运营商。

android.telephony.TelephonyManager.CARRIER_RESTRICTION_STATUS_RESTRICTED_TO_CALLERJava 文档。

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

适用于