Class UiLiveStreamComponent.DisplayImageOverlayCommand

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

public static class UiLiveStreamComponent.DisplayImageOverlayCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • imageUrl

      protected String imageUrl
    • displayMode

      protected UiPageDisplayMode displayMode
    • useVideoAreaAsFrame

      protected boolean useVideoAreaAsFrame
  • Constructor Details

    • DisplayImageOverlayCommand

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

      public DisplayImageOverlayCommand(String componentId, String imageUrl, UiPageDisplayMode displayMode, boolean useVideoAreaAsFrame)
  • Method Details