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