npm i --save nativescript-extendedinfo
- Version: 1.0.11
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-extendedinfo
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
Installation
tns plugin add nativescript-extendedinfo
Be sure to run a new build after adding plugins to avoid any issues.
Plugin to get diverse device infos. This plugin caches results to make it faster.
function isSimulator(): boolean;
function getAppId(): Promise<string>;
function getAppIdSync(): string;
function getVersionName(): Promise<string>;
function getVersionNameSync(): string;
function getAppName(): Promise<string>;
function getAppNameSync(): string;
function getBuildNumber(): Promise<number>;
function getBuildNumberSync(): number;