CarrierConfigManager.KeySupportedPremiumCapabilitiesIntArray 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.
A list of premium capabilities the carrier supports.
[Android.Runtime.Register("KEY_SUPPORTED_PREMIUM_CAPABILITIES_INT_ARRAY", ApiSince=34)]
public const string KeySupportedPremiumCapabilitiesIntArray;
[<Android.Runtime.Register("KEY_SUPPORTED_PREMIUM_CAPABILITIES_INT_ARRAY", ApiSince=34)>]
val mutable KeySupportedPremiumCapabilitiesIntArray : string
Field Value
- Attributes
Remarks
A list of premium capabilities the carrier supports. Applications can prompt users to purchase these premium capabilities from their carrier for a performance boost. Valid values are any of TelephonyManager.PremiumCapability
.
This is empty by default, indicating that no premium capabilities are supported.
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.