Home > widget-integration > ResponseInterceptor > onResponse

ResponseInterceptor.onResponse() method

Signature:

onResponse<T>(response: HTTPResponse<T>): HTTPResponse<T> | Promise<HTTPResponse<T>>;

Parameters

Parameter

Type

Description

response

HTTPResponse<T>

Returns:

HTTPResponse<T> | Promise<HTTPResponse<T>>