NfcAdapter.ActionTransactionDetected Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Broadcast Action: Intent to notify an application that a transaction event has occurred on the Secure Element.
This intent will only be sent if the application has requested permission for android.Manifest.permission#NFC_TRANSACTION_EVENT
and if the application has the necessary access to Secure Element which witnessed the particular event.
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.