analytics.ExportBundleInfo class

表示这些事件上传到的软件包的界面。

签名

export declare class ExportBundleInfo 

构造函数

构造函数 修饰符 说明
(构造函数)(wireFormat) 构造 ExportBundleInfo 类的新实例

属性

属性 修饰符 类型 说明
bundleSequenceId 数字 针对 Google Analytics SDK 设置的每个软件包单调递增的索引。
serverTimestampOffset 数字 收集时间和上传时间之间的时间戳偏移量(以毫秒为单位)。

analytics.ExportBundleInfo.(构造函数)

构造 ExportBundleInfo 类的新实例

签名

constructor(wireFormat: any);

参数

参数 类型 说明
WireFormat 任意

analytics.ExportBundleInfo.bundleSequenceId

针对 Google Analytics SDK 设置的每个软件包单调递增的索引。

签名

bundleSequenceId: number;

analytics.ExportBundleInfo.serverTimestampOffset

收集时间和上传时间之间的时间戳偏移量(以毫秒为单位)。

签名

serverTimestampOffset: number;