NfcAdapter.ActionTransactionDetected Field

Definition

Broadcast Action: Intent to notify an application that a transaction event has occurred on the Secure Element.

[Android.Runtime.Register("ACTION_TRANSACTION_DETECTED", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.NFC_TRANSACTION_EVENT")]
public const string ActionTransactionDetected;
[<Android.Runtime.Register("ACTION_TRANSACTION_DETECTED", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.NFC_TRANSACTION_EVENT")>]
val mutable ActionTransactionDetected : string

Field Value

String
Attributes

Remarks

Java documentation for android.nfc.NfcAdapter.ACTION_TRANSACTION_DETECTED.

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