overwolf.settings.getClientInfo
Overwolf APIs / overwolf.settings / getClientInfo
function getClientInfo(callback: CallbackFunction<ClientInfoResult>): void;
Retrieve information about the client - such as when it was first installed and how long is it running.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<ClientInfoResult> | A callback with the result. |
Returns
void