FusReport

data class FusReport(val events: List<LogEvent>)

A collection of analytics data, which is sent to the analytics backend endpoint as a single request.

Parameters

events

List of LogEvent should be no more than 500 items and each item should not exceed 1Mb.

Constructors

Link copied to clipboard
constructor(events: List<LogEvent>)

Properties

Link copied to clipboard