open class MKPAdEvent: MKPlayerEvent<Any?>
Fields
Name | Description |
---|---|
var adQuartile: String?
|
The quartile that user has watched |
open var data: String?
|
Contains additional data associated with Ad |
Constructors
<init>
constructor(data: String?, adQuartile: String?)
Parameters
Name | Description |
---|---|
data: String?
|
Contains additional data associated with Ad |
adQuartile: String?
|
the quartile that user has watched |
<init>
constructor()
Base class for MK Player Ad Events.
Base class for MK Player Ad Events.