# Function: reportCustomData
▸ reportCustomData(params
: ReportCustomDataParams): void
上报自定义数据
description
可以用于上报任何游戏自定义的数据。
# 参数:
属性 | 类型 |
---|---|
params | ReportCustomDataParams |
ReportCustomDataParams
属性 | 类型 | 描述 |
---|---|---|
customProperty1? | number | Long | 自定义字段(整型数据) 1 |
customProperty2? | number | Long | 自定义字段(整型数据) 2 |
customProperty3? | number | Long | 自定义字段(整型数据) 3 |
customProperty4? | number | Long | 自定义字段(整型数据) 4 |
customProperty5? | string | 自定义字段(字符串数据) 5 |
customProperty6? | string | 自定义字段(字符串数据) 6 |
customProperty7? | string | 自定义字段(字符串数据) 7 |
customProperty8? | string | 自定义字段(字符串数据) 8 |
extraData? | Readonly‹Record‹string, string›› | 上报的扩展信息 |
type? | number | Long | 上报自定义数据的种类 |
# 返回值:
void
← 概述 reportGuidance →