NfcAdapter.PreferredPaymentLoaded フィールド

定義

注意事項

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

Nfc が有効になり、優先支払い補助が登録されます。

[Android.Runtime.Register("PREFERRED_PAYMENT_LOADED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.PreferredPaymentAction enum directly instead of this field.", true)]
public const Android.Nfc.PreferredPaymentAction PreferredPaymentLoaded = 1;
[<Android.Runtime.Register("PREFERRED_PAYMENT_LOADED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.PreferredPaymentAction enum directly instead of this field.", true)>]
val mutable PreferredPaymentLoaded : Android.Nfc.PreferredPaymentAction

フィールド値

Value = 1
属性

注釈

Nfc が有効になり、優先支払い補助が登録されます。

の Java ドキュメント android.nfc.NfcAdapter.PREFERRED_PAYMENT_LOADED

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

適用対象