EventSchemaBuilder

abstract class EventSchemaBuilder<out T : EventSchema> : GenericBuilder<T>

Base class every event builder extends (SendNetworkRequestEventSchemaBuilder, UpdateDataEventSchemaBuilder, etc.) — produces the concrete EventSchema instance T the DSL call compiles down to.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): T

Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.