getHwid

open fun getHwid(): String

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);

Return

Pushwoosh HWID associated with current device