Device Info
Get Device Info
window.WTN.deviceInfo().then(function (value) {
console.log(value);
});import { deviceInfo } from "webtonative";
deviceInfo().then((value) => {
console.log(value);
});{
"appId": "com.webtonative.myapp",
"appVersion": "1",
"appVersionCode": 1,
"hardware": "OnePlus/OnePlus3/OnePlus3T:9/PKQ1.***203.001/****042108:user/release-keys",
"installationId": "d29c4372-****-427b-bbc2-******d549da",
"installationType": "debug",
"language": "en",
"model": "OnePlus ONEPLUS A3003",
"operator": "Jio 4G",
"os": "Android",
"osVersion": "9",
"platform": "android",
"timeZone": "Asia/Kolkata"
}Key
Type
Description
Get Component Status
Key
Type
Required
Description
Key
Type
Description
Component
Type
Description
Last updated