Function: getDevice()
getDevice(
id
):"android"
|"unknown"
|"web"
|"ios"
|"desktop"
Defined in: src/Utils/messages.ts:729
Returns the device predicted by message ID
Parameters
id
string
Returns
"android"
| "unknown"
| "web"
| "ios"
| "desktop"