Klasse UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent

java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiLiveStreamComponent

public static class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • microphoneAccessGranted

      protected boolean microphoneAccessGranted
    • cameraAccessGranted

      protected boolean cameraAccessGranted
  • Konstruktordetails

    • ResultOfRequestInputDeviceAccessEvent

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

      public ResultOfRequestInputDeviceAccessEvent(String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
  • Methodendetails

    • getUiEventType

      public UiEventType getUiEventType()
      Angegeben von:
      getUiEventType in Schnittstelle UiEvent
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiEvent
    • getMicrophoneAccessGranted

      public boolean getMicrophoneAccessGranted()
    • getCameraAccessGranted

      public boolean getCameraAccessGranted()