@nativescript-community/extendedinfo
v1.3.1
Published
Nativescript ExtendedInfo plugin.
Downloads
260
Readme
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;