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

String
Attributes

Remarks

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