EventTracker

data class EventTracker(val event: Int, val url: String) : Parcelable

A portion of the data received from the ad server and decoded by the SDK that is associated with advertising tracking events.

Constructors

Link copied to clipboard
constructor(event: Int, url: String)

Creates an EventTracker instance. You can use this constructor for testing. Normally you do not need to use it.

Properties

Link copied to clipboard
val event: Int

The type of tracking event.

Link copied to clipboard
val url: String

The URL associated with the tracking event.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)