nativescript-extendedinfo
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

npm npm GitHub forks GitHub stars

NPM

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;

/nativescript-extendedinfo/

    Package Sidebar

    Install

    npm i nativescript-extendedinfo

    Weekly Downloads

    2

    Version

    1.0.11

    License

    Apache-2.0

    Unpacked Size

    28.3 kB

    Total Files

    18

    Last publish

    Collaborators

    • farfromrefuge