Bits

通过 Intents 的位索引值来配置 Intents 的结果。

{
"type": "bitBased",
"bits": [0, 1, 30]
}

上面的 0, 1, 30 即代表订阅 1<<0 | 1<<1 | 1<<30

Constructors

Link copied to clipboard
constructor(bits: Set<Int>)

Properties

Link copied to clipboard
val bits: Set<Int>

需要订阅的bit的位索引,值应当在 0 ~ 31 之内, 但是代码内不做校验。

Link copied to clipboard
open override val intents: Intents

配置结果