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

1.3.1 • Public • Published

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;

Dependents (0)

Package Sidebar

Install

npm i @nativescript-community/extendedinfo

Weekly Downloads

101

Version

1.3.1

License

Apache-2.0

Unpacked Size

28.8 kB

Total Files

15

Last publish

Collaborators

  • dgmachado
  • classicoldsong
  • mayerlench
  • jcassidyav
  • sebjean
  • cjohn001
  • edusperoni
  • asharghi
  • farfromrefuge
  • triniwiz
  • eddyverbruggen
  • rigor789
  • walkerrunpdx
  • dnr
  • keerl
  • cvietor
  • bradmartin
  • rdlabo
  • tralves