NfcV.Get(Tag) Method

Definition

Get an instance of NfcV for the given tag.

[Android.Runtime.Register("get", "(Landroid/nfc/Tag;)Landroid/nfc/tech/NfcV;", "")]
public static Android.Nfc.Tech.NfcV? Get (Android.Nfc.Tag? tag);
[<Android.Runtime.Register("get", "(Landroid/nfc/Tag;)Landroid/nfc/tech/NfcV;", "")>]
static member Get : Android.Nfc.Tag -> Android.Nfc.Tech.NfcV

Parameters

tag
Tag

an NFC-V compatible tag

Returns

NfcV

NFC-V object

Attributes

Remarks

Java documentation for android.nfc.tech.NfcV.get(android.nfc.Tag).

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