次の方法で共有


TelephonyManager.PurchasePremiumCapabilityResultFeatureNotSupported フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.PurchasePremiumCapabilityResult enum directly instead of this field.

デバイスでこの機能がサポートされていないため、Premium 機能の購入に失敗しました。

[Android.Runtime.Register("PURCHASE_PREMIUM_CAPABILITY_RESULT_FEATURE_NOT_SUPPORTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PurchasePremiumCapabilityResult enum directly instead of this field.", true)]
public const Android.Telephony.PurchasePremiumCapabilityResult PurchasePremiumCapabilityResultFeatureNotSupported = 10;
[<Android.Runtime.Register("PURCHASE_PREMIUM_CAPABILITY_RESULT_FEATURE_NOT_SUPPORTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PurchasePremiumCapabilityResult enum directly instead of this field.", true)>]
val mutable PurchasePremiumCapabilityResultFeatureNotSupported : Android.Telephony.PurchasePremiumCapabilityResult

フィールド値

Value = 10
属性

注釈

デバイスでこの機能がサポートされていないため、Premium 機能の購入に失敗しました。 それ以降の試行では、同じエラーが返されます。

android.telephony.TelephonyManager.PURCHASE_PREMIUM_CAPABILITY_RESULT_FEATURE_NOT_SUPPORTEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象