NfcAdapter.ActionTagDiscovered Field

Definition

Intent to start an activity when a tag is discovered.

[Android.Runtime.Register("ACTION_TAG_DISCOVERED")]
public const string ActionTagDiscovered;
[<Android.Runtime.Register("ACTION_TAG_DISCOVERED")>]
val mutable ActionTagDiscovered : string

Field Value

Attributes

Remarks

Intent to start an activity when a tag is discovered.

This intent will not be started when a tag is discovered if any activities respond to #ACTION_NDEF_DISCOVERED or #ACTION_TECH_DISCOVERED for the current tag.

Java documentation for android.nfc.NfcAdapter.ACTION_TAG_DISCOVERED.

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