How i can get mac address by using nativescript for android device?
I tried get mac like at this question Get mac address and ip in Nativescript
Also, i tried:
let mac = java.net.NetworkInterface.getHardwareAddress();
And i get error
TypeError: test.getHardwareAddress is not a function
But, if i print console.log(java.net.NetworkInterface)
at the log we will see getHardwareAddress
Thank you :)