Class Extension
- java.lang.Object
-
- org.prebid.mobile.rendering.video.vast.VASTParserBase
-
- org.prebid.mobile.rendering.video.vast.Extension
-
public class Extension extends VASTParserBase
-
-
Constructor Summary
Constructors Constructor Description Extension(org.xmlpull.v1.XmlPullParser p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdVerificationsgetAdVerifications()java.lang.StringgetType()-
Methods inherited from class org.prebid.mobile.rendering.video.vast.VASTParserBase
readText, skip
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getAdVerifications
public AdVerifications getAdVerifications()
-
-