ContentTracing

external interface ContentTracing

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getCategories
Link copied to clipboard
abstract fun getCategories(): Promise<Array<String>>
getTraceBufferUsage
Link copied to clipboard
abstract fun getTraceBufferUsage(): Promise<TraceBufferUsageReturnValue>
hashCode
Link copied to clipboard
open fun hashCode(): Int
startRecording
Link copied to clipboard
abstract fun startRecording(options: TraceCategoriesAndOptions): Promise<Unit>
abstract fun startRecording(options: TraceConfig): Promise<Unit>
stopRecording
Link copied to clipboard
abstract fun stopRecording(resultFilePath: String = definedExternally): Promise<String>
toString
Link copied to clipboard
open fun toString(): String