CarrierConfigManager.KeyPremiumCapabilityNetworkSetupTimeMillisLong 字段

定义

网络必须在之后为高级功能设置切片配置的时间(以毫秒为单位) TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) 返回 TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_SUCCESS

[Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_NETWORK_SETUP_TIME_MILLIS_LONG", ApiSince=34)]
public const string KeyPremiumCapabilityNetworkSetupTimeMillisLong;
[<Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_NETWORK_SETUP_TIME_MILLIS_LONG", ApiSince=34)>]
val mutable KeyPremiumCapabilityNetworkSetupTimeMillisLong : string

字段值

属性

注解

网络必须在返回TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_SUCCESS后为高级功能设置切片配置的时间TelephonyManager#purchasePremiumCapability(int, Executor, Consumer)(以毫秒为单位)。 在设置期间,调用 TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) 将返回 TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_PENDING_NETWORK_SETUP。 如果网络在设置时间内未能为高级功能设置切片配置,则允许后续购买请求再次进行。

默认值为 5 分钟。

适用于 . 的 android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_NETWORK_SETUP_TIME_MILLIS_LONGJava 文档

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

适用于