Share via


CarrierConfigManager.KeySupportedPremiumCapabilitiesIntArray Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_SUPPORTED_PREMIUM_CAPABILITIES_INT_ARRAY.

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