1.0.11 • Published 4 years ago

nativescript-extendedinfo v1.0.11

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
4 years ago

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;
1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago