Home > doofinder > StatsClient > registerImageClick
StatsClient.registerImageClick() method
Register an image click during the current session.
Signature:
registerImageClick(params: ImageStatsParams): Promise<Response>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | ImageStatsParams | An options object. See ImageStatsParams. |
Returns:
Promise<Response>
A promise to be fullfilled with the response or rejected with a ClientResponseError.