LoggerTransport

interface LoggerTransport
com.google.android.gms.dtdi.analytics.LoggerTransport

Direct use of LoggerTransport is not supported.

Performs the actual logging of events to a logging backend.

Summary

Public methods

abstract Unit

Sends an event to the transport.

Public methods

send

abstract fun send(log: ByteArray): Unit

Sends an event to the transport. The exact behavior is transport dependent.

Parameters
log: ByteArray A serialized DtdiClientLog proto to be logged.