JBlockEventInterceptor

以阻塞的方式实现 EventInterceptor

See also

Types

Link copied to clipboard
data class Context(val source: EventInterceptor.Context)

供于 JBlockEventInterceptor 中阻塞拦截API的阻塞 Context 代理类型。

Functions

Link copied to clipboard
open suspend override fun EventInterceptor.Context.intercept(): EventResult

对被拦截的内容进行处理。

以阻塞的形式实现 EventInterceptor.intercept.