Readonly
iosReadonly
androidReadonly
UIDReturns the unique id of the device. The value may change if the device is formatted.
0.1
Readonly
brandReturns the model name of the device.
0.1
Readonly
brandReturns the brand name of the device.
0.1
Readonly
modelGets human readable modelname of the device.
import Hardware from '@smartface/native/device/hardware';
Hardware.modelName; // iPhone X
Hardware.modelName; // Samsung Galaxy S10
Readonly
deviceDeviceType is to determine if the current device which the application is open is phone, tablet or else.
Readonly
manufacturerReturns the manufacturer of the device.
Generated using TypeDoc
Since
0.1
Hardware is used to retrieve hardware specific information of the device.
Example