CarrierConfigManager.KeyPremiumCapabilityNetworkSetupTimeMillisLong Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.