Package com.jwplayer.pub.api.events
Class ViewableEvent
- java.lang.Object
-
- com.jwplayer.pub.api.events.Event
-
- com.jwplayer.pub.api.events.ViewableEvent
-
public class ViewableEvent extends Event
Fired when window viewability changes.
-
-
Constructor Summary
Constructors Constructor Description ViewableEvent(JWPlayer player, boolean viewability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getViewability()
-
-
-
Constructor Detail
-
ViewableEvent
public ViewableEvent(@NonNull JWPlayer player, boolean viewability)
-
-