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 文档。

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

适用于