Example #1
0
        /// <summary>Checks if NDEF Write is supported on this device</summary>
        public static bool IsNDEFWriteSupported()
        {
            NativeNFC nativeNFC = Instance.nfc;

            return(nativeNFC.IsNDEFWriteSupported());
        }