Commit f780441f authored by Joshua Pinter's avatar Joshua Pinter Committed by GitHub

Use System for System.

You had two Device Names in here, which was a little confusing. Changed to use System Name and System Version.
parent 27f2bb35
...@@ -135,9 +135,9 @@ console.log("Device Model", DeviceInfo.getModel()); // e.g. iPhone 6 ...@@ -135,9 +135,9 @@ console.log("Device Model", DeviceInfo.getModel()); // e.g. iPhone 6
console.log("Device ID", DeviceInfo.getDeviceId()); // e.g. iPhone7,2 / or the board on Android e.g. goldfish console.log("Device ID", DeviceInfo.getDeviceId()); // e.g. iPhone7,2 / or the board on Android e.g. goldfish
console.log("Device Name", DeviceInfo.getSystemName()); // e.g. iPhone OS console.log("System Name", DeviceInfo.getSystemName()); // e.g. iPhone OS
console.log("Device Version", DeviceInfo.getSystemVersion()); // e.g. 9.0 console.log("System Version", DeviceInfo.getSystemVersion()); // e.g. 9.0
console.log("Bundle Id", DeviceInfo.getBundleId()); // e.g. com.learnium.mobile console.log("Bundle Id", DeviceInfo.getBundleId()); // e.g. com.learnium.mobile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment