public class AdPauseEvent
extends java.lang.Object
Constructor and Description |
---|
AdPauseEvent(java.lang.String creativeType,
com.longtailvideo.jwplayer.core.PlayerState newState,
com.longtailvideo.jwplayer.core.PlayerState oldState,
java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreativeType() |
com.longtailvideo.jwplayer.core.PlayerState |
getNewState() |
com.longtailvideo.jwplayer.core.PlayerState |
getOldState() |
java.lang.String |
getTag() |
public AdPauseEvent(java.lang.String creativeType, com.longtailvideo.jwplayer.core.PlayerState newState, com.longtailvideo.jwplayer.core.PlayerState oldState, java.lang.String tag)
@Nullable public java.lang.String getCreativeType()
@NonNull public com.longtailvideo.jwplayer.core.PlayerState getNewState()
@NonNull public com.longtailvideo.jwplayer.core.PlayerState getOldState()
@NonNull public java.lang.String getTag()