Class UiShakaPlayer.JumpToCommand

java.lang.Object
org.teamapps.dto.UiShakaPlayer.JumpToCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiShakaPlayer

public static class UiShakaPlayer.JumpToCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • timeMillis

      protected long timeMillis
  • Constructor Details

    • JumpToCommand

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

      public JumpToCommand(String componentId, long timeMillis)
  • Method Details