DataLogger

interface DataLogger

A interface for logging data information related to loading the data.

Functions

Link copied to clipboard
abstract fun logNetworkData(    httpUrlRequest: UrlResponseInfo,     startTimeMs: Long,     responseStartTimeMs: Long,     endTimeMs: Long)
Logs the related network information.