pl.wendigo.chrome.api.browser / GetHistogramsResponse

GetHistogramsResponse

data class GetHistogramsResponse (source)

Represents response frame that is returned from Browser#getHistograms operation call. Get Chrome histograms.

Link
Browser#getHistograms method documentation.

See Also

BrowserOperations.getHistograms

Constructors

<init>

GetHistogramsResponse(histograms: List<Histogram>)

Represents response frame that is returned from Browser#getHistograms operation call. Get Chrome histograms.

Properties

histograms

val histograms: List<Histogram>

Histograms.