@nativescript-community/extendedinfo
Nativescript ExtendedInfo plugin.
npm i --save @nativescript-community/extendedinfo
- Version: 1.3.1
- GitHub:
- NPM: https://www.npmjs.com/package/%40nativescript-community%2Fextendedinfo
- Downloads:
- Last Day: 10
- Last Week: 78
- Last Month: 298
Installation
tns plugin add @nativescript-community/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;