Interface
IDevice
IDevice
interface IDevice {
deviceType: "Phone" | "Tablet";
language: string;
manufacturer: string;
model: string;
os: string;
osVersion: string;
region: string;
sdkVersion: string;
uuid: string;
}Summary
Properties
deviceType
defined in @nativescript/core/platform/index.d.ts:63:1
language
defined in @nativescript/core/platform/index.d.ts:76:1
manufacturer
defined in @nativescript/core/platform/index.d.ts:33:1
model
defined in @nativescript/core/platform/index.d.ts:39:1
os
defined in @nativescript/core/platform/index.d.ts:45:1
osVersion
defined in @nativescript/core/platform/index.d.ts:51:1
region
defined in @nativescript/core/platform/index.d.ts:81:1
sdkVersion
defined in @nativescript/core/platform/index.d.ts:57:1
uuid
defined in @nativescript/core/platform/index.d.ts:71:1
- Previous
- HttpResponse
- Next
- ImageAssetOptions