# Interface: ReportCustomDataParams

ReportCustomDataParams()

自定义数据 上报参数

# Properties

# Optional Readonly customProperty1

customProperty1? : number | Long

自定义字段(整型数据) 1

Returns: number | Long


# Optional Readonly customProperty2

customProperty2? : number | Long

自定义字段(整型数据) 2

Returns: number | Long


# Optional Readonly customProperty3

customProperty3? : number | Long

自定义字段(整型数据) 3

Returns: number | Long


# Optional Readonly customProperty4

customProperty4? : number | Long

自定义字段(整型数据) 4

Returns: number | Long


# Optional Readonly customProperty5

customProperty5? : string

自定义字段(字符串数据) 5

Returns: string


# Optional Readonly customProperty6

customProperty6? : string

自定义字段(字符串数据) 6

Returns: string


# Optional Readonly customProperty7

customProperty7? : string

自定义字段(字符串数据) 7

Returns: string


# Optional Readonly customProperty8

customProperty8? : string

自定义字段(字符串数据) 8

Returns: string


# Optional Readonly extraData

extraData? : Readonly‹Record‹string, string››

上报的扩展信息

description 这里可以传入键值对,后台会转为字符串格式进行存储。

Returns: Readonly‹Record‹string, string››


# Optional Readonly type

type? : number | Long

上报自定义数据的种类

description 为了便于后期进行分析,这里推荐游戏提供一组自定义的枚举值,作为自定义上报数据的类别。

description 后台使用 64 位整型存储,这里支持传入 number 和 {@link Long} 类型的数字

Returns: number | Long