deliverReport

open fun deliverReport(@Nullable releaseStageBytes: Array<Byte>, @NonNull payloadBytes: Array<Byte>, @Nullable staticDataBytes: Array<Byte>, @NonNull apiKey: String, isLaunching: Boolean)

Deliver a report, serialized as an event JSON payload.

Parameters

releaseStageBytes

The release stage in which the event was captured. Used to determine whether the report should be discarded, based on configured release stages

payloadBytes

The raw JSON payload of the event

apiKey

The apiKey for the event

isLaunching

whether the crash occurred when the app was launching