Klasse UiLiveStreamComponent.DisplayImageOverlayCommand

java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.DisplayImageOverlayCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiLiveStreamComponent

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

    • componentId

      protected String componentId
    • imageUrl

      protected String imageUrl
    • displayMode

      protected UiPageDisplayMode displayMode
    • useVideoAreaAsFrame

      protected boolean useVideoAreaAsFrame
  • Konstruktordetails

    • DisplayImageOverlayCommand

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

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