Class UiShakaPlayer.SkipClickedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiShakaPlayer

    public static class UiShakaPlayer.SkipClickedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • forward

        protected boolean forward
      • playbackTimeMillis

        protected long playbackTimeMillis
    • Constructor Detail

      • SkipClickedEvent

        @Deprecated
        public SkipClickedEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • SkipClickedEvent

        public SkipClickedEvent​(java.lang.String componentId,
                                boolean forward,
                                long playbackTimeMillis)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getForward

        public boolean getForward()
      • getPlaybackTimeMillis

        public long getPlaybackTimeMillis()