Android.Nfc.Tag.GetTechList Method
Get the technologies available in this tag, as fully qualified class names.

Syntax

[Android.Runtime.Register("getTechList", "()[Ljava/lang/String;", "")]
public string[] GetTechList ()

Returns

Documentation for this section has not yet been entered.

Remarks

Get the technologies available in this tag, as fully qualified class names.

A technology is an implementation of the Android.Nfc.Tech.ITagTechnology interface, and can be instantiated by calling the static get(Tag) method on the implementation with this Tag. The Android.Nfc.Tech.ITagTechnology object can then be used to perform advanced, technology-specific operations on a tag.

Android defines a mandatory set of technologies that must be correctly enumerated by all Android NFC devices, and an optional set of proprietary technologies. See Android.Nfc.Tech.ITagTechnology for more details.

The ordering of the returned array is undefined and should not be relied upon.

[Android Documentation]

Requirements

Namespace: Android.Nfc
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10