OnCallContext

class OnCallContext<PluginConfig : Any> : CallContext<PluginConfig>

A context associated with the call handling by your application. OnCallContext is a receiver for PluginBuilder.onCall handler of your PluginBuilder.

See also

Properties

Link copied to clipboard
val pluginConfig: PluginConfig