Class AdPauseEvent
- java.lang.Object
-
- com.longtailvideo.jwplayer.events.AdPauseEvent
-
-
Constructor Summary
Constructors Constructor Description AdPauseEvent(java.lang.String creativeType, com.longtailvideo.jwplayer.core.PlayerState newState, com.longtailvideo.jwplayer.core.PlayerState oldState, java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCreativeType()
com.longtailvideo.jwplayer.core.PlayerState
getNewState()
com.longtailvideo.jwplayer.core.PlayerState
getOldState()
java.lang.String
getTag()
-
-
-
Method Detail
-
getCreativeType
@Nullable public java.lang.String getCreativeType()
- Returns:
- VAST-only The MIME type of the current media file specified in the VAST XML.
-
getNewState
@NonNull public com.longtailvideo.jwplayer.core.PlayerState getNewState()
- Returns:
- The new state of the player. This should be "paused".
-
getOldState
@NonNull public com.longtailvideo.jwplayer.core.PlayerState getOldState()
- Returns:
- The state of the player prior to ad pause.
-
getTag
@NonNull public java.lang.String getTag()
- Returns:
- The URL of the ad tag that is currently playing.
-
-