Skip to main content

overwolf.windows.isWindowVisibleToUser

Overwolf APIs / overwolf / overwolf / windows / isWindowVisibleToUser

function isWindowVisibleToUser(
callback: CallbackFunction<IsWindowVisibleToUserResult>,
): void;

Is window fully visible to user (has overlap windows)

Parameters

| Parameter | Type | Description | | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------ | ---------- | | callback | CallbackFunction<IsWindowVisibleToUserResult> | Called with the result of the request:{"status": "error" "reason": the reason} or{"status": "success" "visible": "hidden" | "full" | "partial"} |

Returns

void