Class AdResponseParserVast.Tracking
- java.lang.Object
-
- org.prebid.mobile.rendering.parser.AdResponseParserVast.Tracking
-
- Enclosing class:
- AdResponseParserVast
public static class AdResponseParserVast.Tracking extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intEVENT_ACCEPTINVITATIONstatic intEVENT_ACCEPTINVITATIONLINEARstatic intEVENT_CLOSEstatic intEVENT_CLOSELINEARstatic intEVENT_COLLAPSEstatic intEVENT_COMPLETEstatic intEVENT_CREATIVEVIEWstatic intEVENT_EXITFULLSCREENstatic intEVENT_EXPANDstatic intEVENT_FIRSTQUARTILEstatic intEVENT_FULLSCREENstatic intEVENT_IMPRESSIONstatic java.lang.String[]EVENT_MAPPINGstatic intEVENT_MIDPOINTstatic intEVENT_MUTEstatic intEVENT_PAUSEstatic intEVENT_PROGRESSstatic intEVENT_RESUMEstatic intEVENT_REWINDstatic intEVENT_SKIPstatic intEVENT_STARTstatic intEVENT_THIRDQUARTILEstatic intEVENT_UNMUTE
-
Constructor Summary
Constructors Constructor Description Tracking(java.lang.String event, java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEvent()java.lang.StringgetUrl()
-
-
-
Field Detail
-
EVENT_IMPRESSION
public static final int EVENT_IMPRESSION
- See Also:
- Constant Field Values
-
EVENT_CREATIVEVIEW
public static final int EVENT_CREATIVEVIEW
- See Also:
- Constant Field Values
-
EVENT_START
public static final int EVENT_START
- See Also:
- Constant Field Values
-
EVENT_FIRSTQUARTILE
public static final int EVENT_FIRSTQUARTILE
- See Also:
- Constant Field Values
-
EVENT_MIDPOINT
public static final int EVENT_MIDPOINT
- See Also:
- Constant Field Values
-
EVENT_THIRDQUARTILE
public static final int EVENT_THIRDQUARTILE
- See Also:
- Constant Field Values
-
EVENT_COMPLETE
public static final int EVENT_COMPLETE
- See Also:
- Constant Field Values
-
EVENT_MUTE
public static final int EVENT_MUTE
- See Also:
- Constant Field Values
-
EVENT_UNMUTE
public static final int EVENT_UNMUTE
- See Also:
- Constant Field Values
-
EVENT_PAUSE
public static final int EVENT_PAUSE
- See Also:
- Constant Field Values
-
EVENT_REWIND
public static final int EVENT_REWIND
- See Also:
- Constant Field Values
-
EVENT_RESUME
public static final int EVENT_RESUME
- See Also:
- Constant Field Values
-
EVENT_FULLSCREEN
public static final int EVENT_FULLSCREEN
- See Also:
- Constant Field Values
-
EVENT_EXITFULLSCREEN
public static final int EVENT_EXITFULLSCREEN
- See Also:
- Constant Field Values
-
EVENT_EXPAND
public static final int EVENT_EXPAND
- See Also:
- Constant Field Values
-
EVENT_COLLAPSE
public static final int EVENT_COLLAPSE
- See Also:
- Constant Field Values
-
EVENT_ACCEPTINVITATION
public static final int EVENT_ACCEPTINVITATION
- See Also:
- Constant Field Values
-
EVENT_ACCEPTINVITATIONLINEAR
public static final int EVENT_ACCEPTINVITATIONLINEAR
- See Also:
- Constant Field Values
-
EVENT_CLOSELINEAR
public static final int EVENT_CLOSELINEAR
- See Also:
- Constant Field Values
-
EVENT_CLOSE
public static final int EVENT_CLOSE
- See Also:
- Constant Field Values
-
EVENT_SKIP
public static final int EVENT_SKIP
- See Also:
- Constant Field Values
-
EVENT_PROGRESS
public static final int EVENT_PROGRESS
- See Also:
- Constant Field Values
-
EVENT_MAPPING
public static final java.lang.String[] EVENT_MAPPING
-
-