Class POBVast
-
- All Implemented Interfaces:
-
com.pubmatic.sdk.video.xmlserialiser.POBXMLNodeListener
public class POBVast implements POBXMLNodeListener
Class to represent VAST response.
-
-
Constructor Summary
Constructors Constructor Description POBVast()
-
Method Summary
Modifier and Type Method Description voidbuild(@NonNull() POBNodeBuilder builder)POBXMLParser calls this method to build model class object with node builder List<POBVastAd>getAds()List of Inline or Wrapper Ads StringgetVersion()Vast response version -
-
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
-
getVersion
@Nullable() String getVersion()
Vast response version
- Returns:
VAST version
-
-
-
-