deliver Report
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
release Stage Bytes
The release stage in which the event was captured. Used to determine whether the report should be discarded, based on configured release stages
payload Bytes
The raw JSON payload of the event
api Key
The apiKey for the event
is Launching
whether the crash occurred when the app was launching