@js-soft/native-abstractions / Exports / INativeDeviceInfoAccess
Get information about the device running the app
• deviceInfo: INativeDeviceInfo
Available information about the device running the app
src/INativeDeviceInfoAccess.ts:23
▸ init(): Promise
<Result
<INativeDeviceInfo
, ApplicationError
>>
Initialize the module to retrieve relevant device information
Promise
<Result
<INativeDeviceInfo
, ApplicationError
>>