EventTypeConstant

类型枚举 Event.Type 的类型常量类。

Functions

Link copied to clipboard
operator fun contains(type: Int): Boolean

判断是否存在某个类型。

Properties

Link copied to clipboard
const val CARD: Int = 10
Link copied to clipboard
const val FILE: Int = 4
Link copied to clipboard
const val IMAGE: Int = 2
Link copied to clipboard
const val KMD: Int = 9
Link copied to clipboard
const val SYS: Int = 255

sys目前与上述几种类型的关联性/连续性差距较大,暂时用于单独判断。

Link copied to clipboard
const val TEXT: Int = 1
Link copied to clipboard
const val VIDEO: Int = 3
Link copied to clipboard
const val VOICE: Int = 8