Package com.jwplayer.pub.api.events
Class RelatedCloseEvent
- java.lang.Object
-
- com.jwplayer.pub.api.events.Event
-
- com.jwplayer.pub.api.events.RelatedCloseEvent
-
public class RelatedCloseEvent extends Event
Payload that accompanies the onRelatedClose() event.
-
-
Constructor Summary
Constructors Constructor Description RelatedCloseEvent(JWPlayer player, java.lang.String method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMethod()
-
-
-
Constructor Detail
-
RelatedCloseEvent
public RelatedCloseEvent(@NonNull JWPlayer player, @NonNull java.lang.String method)
-
-