Commit cc8b14e1 authored by zxcpoiu's avatar zxcpoiu

update README.md for getBrand()

parent 1b28779a
......@@ -131,6 +131,8 @@ console.log("Device Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62F
console.log("Device Manufacturer", DeviceInfo.getManufacturer()); // e.g. Apple
console.log("Device Brand", DeviceInfo.getBrand()); // e.g. Apple / htc / Xiaomi
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
......
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