Device
訪問底層設(shè)備和平臺的信息。
Repo(備用): https://github.com/apache/cordova-plugin-device
Installation(安裝)
1.安裝Cordova和Ionic原生插件:
$ ionic cordova plugin add cordova-plugin-device
$ npm install --save @ionic-native/device
Supported platforms(支持平臺)
Android
BlackBerry 10
Browser
Firefox OS
iOS
macOS
Tizen
Ubuntu
Windows
Windows Phone
Usage(用法)
import { Device } from '@ionic-native/device';
constructor(private device: Device) { }
...
console.log('Device UUID is: ' + this.device.uuid);
Instance Members(實例成員)
獲取在設(shè)備上運(yùn)行的Cordova版本。
device.model返回設(shè)備型號或產(chǎn)品的名稱珠闰。 該值由設(shè)備制造商設(shè)置,并且可能在同一產(chǎn)品的版本中不同草添。
獲取設(shè)備的操作系統(tǒng)名稱。
獲取設(shè)備的通用唯一標(biāo)識符(UUID)陕截。
獲取操作系統(tǒng)版本迹恐。
獲取設(shè)備的制造商踪少。
設(shè)備是否在模擬器上運(yùn)行塘安。
獲取設(shè)備硬件序列號。