LoggerTransport

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

Direct use ofLoggerTransportis not supported.

Performs the actual logging of events to a logging backend.

Summary

Public methods

abstractUnit

Sends an event to the transport.

Public methods

send

abstractfunsend(log:ByteArray):Unit

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

Parameters
log:ByteArray A serializedDtdiClientLogproto to be logged.