chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tracing / GetCategoriesResponse

GetCategoriesResponse

data class GetCategoriesResponse

Response type for the TracingDomain.getCategories command.

Constructors

<init>

Response type for the TracingDomain.getCategories command.

GetCategoriesResponse(categories: List<String>)

Properties

categories

A list of supported tracing categories.

val categories: List<String>