次の方法で共有


TelephonyManager.PurchasePremiumCapabilityResultAlreadyInProgress フィールド

定義

注意事項

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_ALREADY_IN_PROGRESS", 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 PurchasePremiumCapabilityResultAlreadyInProgress = 4;
[<Android.Runtime.Register("PURCHASE_PREMIUM_CAPABILITY_RESULT_ALREADY_IN_PROGRESS", 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 PurchasePremiumCapabilityResultAlreadyInProgress : Android.Telephony.PurchasePremiumCapabilityResult

フィールド値

Value = 4
属性

注釈

要求が既に行われ、進行中のため、Premium 機能の購入に失敗しました。 これは、同じアプリまたは別のアプリによって要求された可能性があります。 それ以降の試行では、前の要求が完了するまで同じエラーが返されます。

の Java ドキュメント android.telephony.TelephonyManager.PURCHASE_PREMIUM_CAPABILITY_RESULT_ALREADY_IN_PROGRESS

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

適用対象