getHwid
Returns the Pushwoosh Hardware ID (HWID) associated with the current device.
HWID is a unique identifier generated by Pushwoosh SDK for each device installation. It remains constant across app reinstalls and is used to identify the device in the Pushwoosh system. Example:
String hwid = Pushwoosh.getInstance().getHwid();
Log.d("Pushwoosh", "Device HWID: " + hwid);
Content copied to clipboard
Return
Pushwoosh HWID associated with current device