A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.nativescript.org/api/interface/IDevice below:

IDevice | API - NativeScript

interface IDevice {
  deviceType: "Phone" | "Tablet";
  language: string;
  manufacturer: string;
  model: string;
  os: string;
  osVersion: string;
  region: string;
  sdkVersion: string;
  uuid: string;
}
Summary Properties
deviceType: "Phone" | "Tablet"

Gets the type of the current device. Available values: "Phone", "Tablet".

Gets the preferred language. For example "en" or "en-US".

Gets the manufacturer of the device. For example: "Apple" or "HTC" or "Samsung".

Gets the model of the device. For example: "Nexus 5" or "iPhone".

Gets the OS of the device. For example: "Android" or "iOS".

Gets the OS version. For example: 4.4.4(android), 8.1(ios)

Gets the preferred region. For example "US".

Gets the SDK version. For example: 19(android), 8.1(ios).

Gets the uuid. On iOS this will return a new uuid if the application is re-installed on the device. If you need to receive the same uuid even after the application has been re-installed on the device, use this plugin: https://www.npmjs.com/package/nativescript-ios-uuid


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4