CarrierConfigManager.KeyPremiumCapabilityNetworkSetupTimeMillisLong Field

Definition

The amount of time in milliseconds within which the network must set up a slicing configuration for the premium capability after TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) returns 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

Field Value

Attributes

Remarks

The amount of time in milliseconds within which the network must set up a slicing configuration for the premium capability after TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) returns TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_SUCCESS. During the setup time, calls to TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) will return TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_PENDING_NETWORK_SETUP. If the network fails to set up a slicing configuration for the premium capability within the setup time, subsequent purchase requests will be allowed to go through again.

The default value is 5 minutes.

Java documentation for android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_NETWORK_SETUP_TIME_MILLIS_LONG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to