Example #1
0
        /// <summary>Checks if NFC Tag Info Read is supported on this device</summary>
        public static bool IsNFCTagInfoReadSupported()
        {
            NativeNFC nativeNFC = Instance.nfc;

            return(nativeNFC.IsNFCTagInfoReadSupported());
        }