CarrierConfigManager.KeyPremiumCapabilityPurchaseUrlString Field

Definition

The URL to redirect to when the user clicks on the notification for a performance boost via premium capabilities after applications call TelephonyManager#purchasePremiumCapability(int, Executor, Consumer).

[Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_PURCHASE_URL_STRING", ApiSince=34)]
public const string KeyPremiumCapabilityPurchaseUrlString;
[<Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_PURCHASE_URL_STRING", ApiSince=34)>]
val mutable KeyPremiumCapabilityPurchaseUrlString : string

Field Value

Attributes

Remarks

The URL to redirect to when the user clicks on the notification for a performance boost via premium capabilities after applications call TelephonyManager#purchasePremiumCapability(int, Executor, Consumer). If the URL is empty or invalid, the purchase request will return TelephonyManager#PURCHASE_PREMIUM_CAPABILITY_RESULT_FEATURE_NOT_SUPPORTED.

This is empty by default.

Java documentation for android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_PURCHASE_URL_STRING.

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