Skip to main content

Fetch device Specs Information

Use this component to fetch Manufacturing details, system details, OS Level, etc.

To get started using it, you must use **KmpDeviceInfo **. All functions are thread safe and main thread safe.

Below are the functions available:


_3
KmpDeviceInfo.getDeviceTimeZone(): String //gets device timezone
_3
KmpDeviceInfo.getDeviceSpecs(): DeviceSpecs
_3
KmpDeviceInfo.getRunningPlatform(): DevicePlatform // gets running

To get the running Platform (the platform your app is running on):


_1
KmpDeviceInfo.getRunningPlatform(): DevicePlatform

Below are the options available


_9
DevicePlatform{
_9
iOS,
_9
Android,
_9
Windows,
_9
MacOS,
_9
Linux,
_9
Tizen,
_9
AppleWatch
_9
}

Any Required Setup?

None