AdswizzTrackingEngine

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun ended(payload: ByteArray, elapsedTime: Double, reason: AdReasonType, macroContext: MacroContext?): ByteArray
Link copied to clipboard
abstract fun error(payload: ByteArray, elapsedTime: Double, macroContext: MacroContext?): ByteArray
Link copied to clipboard
abstract fun onEvent(payload: ByteArray, elapsedTime: Double, event: AdEventType, macroContext: MacroContext?): ByteArray
Link copied to clipboard
abstract fun progress(payload: ByteArray, elapsedTime: Double, macroContext: MacroContext?): ByteArray
Link copied to clipboard
abstract fun started(payload: ByteArray, elapsedTime: Double, macroContext: MacroContext?): ByteArray