BotVerifyInfoDecoderFactory

BotVerifyInfoDecoder 的构建工厂。

对此类的实现尽可能以伴生或单例的形式实现,在使用的时候会直接以此类实例作为唯一标识使用。

Functions

Link copied to clipboard
abstract fun create(configurator: C.() -> Unit = {}): D

提供配置,并构建一个目标解码器。

Link copied to clipboard
abstract fun match(verificationInfoName: String): Boolean

根据提供的名称验证是否符合此工厂目标decoder的要求。

Inheritors

Link copied to clipboard