|
|
|
|
|
SysDeviceInfo (Function) In french: SysInfoAppareil Retrieves information from the mobile device where the application is run let sModelName = SysDeviceInfo(sysModel)
Trace(sModelName)
Syntax
<Result> = SysDeviceInfo(<Type of information>)
<Result>: Character string Requested information. <Type of information>: Integer constant Type of information requested:
| | sysManufacturer | Manufacturer of device | sysModel | Model of device. |
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|