TelephonyManager.PurchasePremiumCapabilityResultPendingNetworkSetup 字段

定义

注意

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

购买高级功能已成功,正在等待网络设置切片配置。

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

字段值

Value = 15
属性

注解

购买高级功能已成功,正在等待网络设置切片配置。 如果设置在指定的 CarrierConfigManager#KEY_PREMIUM_CAPABILITY_NETWORK_SETUP_TIME_MILLIS_LONG时间内完成,后续请求将返回 #PURCHASE_PREMIUM_CAPABILITY_RESULT_ALREADY_PURCHASED ,直到购买到期。 如果上述时间内设置未完成,应用程序可以再次请求高级功能。

适用于 . 的 android.telephony.TelephonyManager.PURCHASE_PREMIUM_CAPABILITY_RESULT_PENDING_NETWORK_SETUPJava 文档

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

适用于