pl.wendigo.chrome.api.tracing / GetCategoriesResponse

GetCategoriesResponse

data class GetCategoriesResponse (source)

Represents response frame that is returned from Tracing#getCategories operation call. Gets supported tracing categories.

Link
Tracing#getCategories method documentation.

See Also

TracingOperations.getCategories

Constructors

<init>

GetCategoriesResponse(categories: List<String>)

Represents response frame that is returned from Tracing#getCategories operation call. Gets supported tracing categories.

Properties

categories

val categories: List<String>

A list of supported tracing categories.