overwolf.profile.refreshUserProfile
Overwolf APIs / overwolf / overwolf / profile / refreshUserProfile
function refreshUserProfile(
callback: CallbackFunction<GetCurrentUserResult>,
): void;
Fetches user profile from server, then invokes the callback with the currently logged-in Overwolf user.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetCurrentUserResult> | A function called with the current user, or an error. |
Returns
void