nativescript-appinfo
Version:
Read the app details of your NativeScript app
7 lines (6 loc) • 348 B
TypeScript
/// <reference path="node_modules/tns-platform-declarations/ios/ios.d.ts" />
export { PlatformDetails } from "./platform-details";
export { getPlatformDetails } from "./appinfo.common";
export declare function getAppId(): Promise<any>;
export declare function getVersionName(): Promise<any>;
export declare function getBuildNumber(): Promise<any>;