Package-level declarations

Types

Link copied to clipboard
interface Disposable
Link copied to clipboard
interface EventSink
Link copied to clipboard
typealias FfiConverterTypeTracingJsonValue = FfiConverterString
Link copied to clipboard
Link copied to clipboard
data class TracingEvent(var level: TracingLevel, var target: String, var name: String, var message: String, var fields: TracingJsonValue)
Link copied to clipboard

Typealias from the type name used in the UDL file to the builtin type. This is needed because the UDL type name is used in function/method signatures. It's also what we have an external type that references a custom type.

Link copied to clipboard

Functions

Link copied to clipboard
fun registerEventSink(target: String, level: TracingLevel, sink: EventSink)
Link copied to clipboard