NfcAdapter.ActionPreferredPaymentChanged Field

Definition

Broadcast Action: Intent to notify if the preferred payment service changed.

[Android.Runtime.Register("ACTION_PREFERRED_PAYMENT_CHANGED", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.NFC_PREFERRED_PAYMENT_INFO")]
public const string ActionPreferredPaymentChanged;
[<Android.Runtime.Register("ACTION_PREFERRED_PAYMENT_CHANGED", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.NFC_PREFERRED_PAYMENT_INFO")>]
val mutable ActionPreferredPaymentChanged : string

Field Value

Attributes

Remarks

Broadcast Action: Intent to notify if the preferred payment service changed.

This intent will only be sent to the application has requested permission for android.Manifest.permission#NFC_PREFERRED_PAYMENT_INFO and if the application has the necessary access to Secure Element which witnessed the particular event.

Java documentation for android.nfc.NfcAdapter.ACTION_PREFERRED_PAYMENT_CHANGED.

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