NfcAdapter.PreferredPaymentChanged フィールド

定義

注意事項

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

ユーザーが優先支払いとして別の支払いアプリケーションを選択しました。

[Android.Runtime.Register("PREFERRED_PAYMENT_CHANGED", 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 PreferredPaymentChanged = 2;
[<Android.Runtime.Register("PREFERRED_PAYMENT_CHANGED", 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 PreferredPaymentChanged : Android.Nfc.PreferredPaymentAction

フィールド値

Value = 2
属性

注釈

ユーザーが優先支払いとして別の支払いアプリケーションを選択しました。

android.nfc.NfcAdapter.PREFERRED_PAYMENT_CHANGEDJava ドキュメント。

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

適用対象