RawBatchEvent - DataDog/dd-sdk-android GitHub Wiki
data class RawBatchEvent(val data: ByteArray, val metadata: ByteArray = EMPTY_BYTE_ARRAY)
Representation of the raw data which is going to be written in the batch file.
Constructors
RawBatchEvent
constructor(data: ByteArray, metadata: ByteArray = EMPTY_BYTE_ARRAY)
Properties
data
metadata
Functions
equals
open operator override fun equals(other: Any?): Boolean