EventIntentsAggregation

Properties

Link copied to clipboard
const val ALL: Int

得到 EventIntents 的所有子类型的 intents 的聚合结果, 包括:

Functions

Link copied to clipboard

获取到 EventIntents 的所有子类型object的实例列表

Link copied to clipboard
@JvmName(name = "allIntents")
fun allIntents(): Intents

得到 EventIntents 的所有子类型的 intents 的聚合结果, 内容值同 ALL

Link copied to clipboard
@JvmName(name = "getByName")
fun getByName(name: String): Intents

使用简单的字符串名称来获取一个对应的 EventIntents 子类型的 intents 值, 字符串名称与这个类型的简单类型相关:类名的名称,以及对应的snack(下滑线)格式。 名称支持开头大写、小写的驼峰格式以及对应的全大写、小写的snack格式,但大小写仍然是敏感的。