nativescript-sazmand-version
NativeScript 插件,用于获取应用程序的版本号。
npm i --save nativescript-sazmand-version

NativeScript 应用版本 (nativescript-sazmand-version)

安装

tns plugin add nativescript-sazmand-version

用法

```
import { SazmandVersion } from 'nativescript-sazmand-version';
private appVersion: SazmandVersion;

constructor() {
    this.appVersion.get()
}
```

许可证

Apache 许可证 2.0 版,2018 年 3 月