OpenMeasurementEventObserver

The interface that provides generic integration hooks for Vendor specific Open Measurement SDK implementation.

Functions

Link copied to clipboard
abstract fun onAdTrackingEvent(adTrackingEvent: AdTrackingEvent)

Called when an ad tracking event is signalled.

Link copied to clipboard
abstract fun onAdVerificationEnd()

Called when the ad verification should be completed.

Link copied to clipboard
abstract fun onAdVerificationStart(adVerifications: List<AdVerification>, vastProperties: VASTProperties, adVideoProperties: AdVideoProperties)

Called when the ad verification should be started.