NfcBarcode.Type Property

Definition

Returns the NFC Barcode tag type.

public Android.Nfc.Tech.NfcBarcodeType Type { [Android.Runtime.Register("getType", "()I", "")] get; }
[<get: Android.Runtime.Register("getType", "()I", "")>]
member this.Type : Android.Nfc.Tech.NfcBarcodeType

Property Value

the NFC Barcode tag type

Attributes

Remarks

Returns the NFC Barcode tag type.

Currently only one of #TYPE_KOVIO or #TYPE_UNKNOWN.

Does not cause any RF activity and does not block.

Java documentation for android.nfc.tech.NfcBarcode.getType().

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