Example #1
0
        /// <summary>Shows the NFC Settings on the device (if available)</summary>
        public static void ShowNFCSettings()
        {
            NativeNFC nativeNFC = Instance.nfc;

            nativeNFC.ShowNFCSettings();
        }