次の方法で共有


TelephonyManager.PurchasePremiumCapabilityResultNotForeground フィールド

定義

注意事項

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_NOT_FOREGROUND", 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 PurchasePremiumCapabilityResultNotForeground = 5;
[<Android.Runtime.Register("PURCHASE_PREMIUM_CAPABILITY_RESULT_NOT_FOREGROUND", 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 PurchasePremiumCapabilityResultNotForeground : Android.Telephony.PurchasePremiumCapabilityResult

フィールド値

Value = 5
属性

注釈

要求するアプリケーションがフォアグラウンドにないため、Premium の購入機能が失敗しました。 後続の試行では、要求しているアプリケーションがフォアグラウンドに移動するまで、同じエラーが返されます。

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

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

適用対象