NfcAdapter.ActionTechDiscovered Field

Definition

Intent to start an activity when a tag is discovered and activities are registered for the specific technologies on the tag.

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

Field Value

String
Attributes

Remarks

Java documentation for android.nfc.NfcAdapter.ACTION_TECH_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