Class POBTracking
-
- All Implemented Interfaces:
-
com.pubmatic.sdk.video.xmlserialiser.POBXMLNodeListener
public class POBTracking implements POBXMLNodeListener
Class to represent single VAST tracking element. Video player uses this element to notify ad server to record an event.
-
-
Constructor Summary
Constructors Constructor Description POBTracking()
-
Method Summary
Modifier and Type Method Description voidbuild(@NonNull() POBNodeBuilder builder)POBXMLParser calls this method to build model class object with node builder StringgetEvent()Returns the name of event StringgetUrl()Returns the resource or ad server url StringgetOffset()To notify the ad server when the ad's progress has reached the indicated percentage or time value. -
-
Method Detail
-
build
void build(@NonNull() POBNodeBuilder builder)
POBXMLParser calls this method to build model class object with node builder
- Parameters:
builder- Instance of POBNodeBuilder, to be used for building the model class object
-
-
-
-