1.0.11 • Published 5 years ago

nativescript-extendedinfo v1.0.11

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago