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

val data: ByteArray

metadata

val metadata: ByteArray

Functions

equals

open operator override fun equals(other: Any?): Boolean

hashCode

open override fun hashCode(): Int