Share via


NfcAdapter.PreferredPaymentUpdated Field

Definition

Caution

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

Current preferred payment has issued an update (registered/unregistered new aids or has been updated itself).

[Android.Runtime.Register("PREFERRED_PAYMENT_UPDATED", 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 PreferredPaymentUpdated = 3;
[<Android.Runtime.Register("PREFERRED_PAYMENT_UPDATED", 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 PreferredPaymentUpdated : Android.Nfc.PreferredPaymentAction

Field Value

Value = 3
Attributes

Remarks

Current preferred payment has issued an update (registered/unregistered new aids or has been updated itself).

Java documentation for android.nfc.NfcAdapter.PREFERRED_PAYMENT_UPDATED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to