Hook Signature
Return Value
The hardware serial number of the device. Returns
undefined when running outside the Fully Kiosk Browser environment.Description
Retrieves the hardware serial number of the Android device. This is a unique identifier assigned by the device manufacturer and is typically printed on the device hardware or packaging.Example
Notes
- Returns
undefinedwhen not running in the Fully Kiosk Browser environment - The serial number is hardware-specific and cannot be changed
- Useful for asset tracking and inventory management
- May require specific Android permissions depending on the Android version
Related Hooks
- useAndroidId - Get the Android ID
- useDeviceId - Get the device ID
- useImei - Get the IMEI number
