@nativescript-community/extendedinfo
Nativescript ExtendedInfo plugin.
npm i --save @nativescript-community/extendedinfo

npm npm GitHub forks GitHub stars

NPM

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;