Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Files

Latest commit

53d2b76 · Mar 17, 2022

History

History
43 lines (22 loc) · 1.09 KB

INativeDeviceInfoAccess.md

File metadata and controls

43 lines (22 loc) · 1.09 KB

@js-soft/native-abstractions / Exports / INativeDeviceInfoAccess

Interface: INativeDeviceInfoAccess

Get information about the device running the app

Table of contents

Properties

Methods

Properties

deviceInfo

deviceInfo: INativeDeviceInfo

Available information about the device running the app

Defined in

src/INativeDeviceInfoAccess.ts:23

Methods

init

init(): Promise<Result<INativeDeviceInfo, ApplicationError>>

Initialize the module to retrieve relevant device information

Returns

Promise<Result<INativeDeviceInfo, ApplicationError>>

Defined in

src/INativeDeviceInfoAccess.ts:19