Package org.teamapps.dto
Klasse UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
- Alle implementierten Schnittstellen:
UiEvent
- Umschließende Klasse:
UiLiveStreamComponent
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.ResultOfRequestInputDeviceAccessEvent(String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted) -
Methodenübersicht
-
Felddetails
-
componentId
-
microphoneAccessGranted
protected boolean microphoneAccessGranted -
cameraAccessGranted
protected boolean cameraAccessGranted
-
-
Konstruktordetails
-
ResultOfRequestInputDeviceAccessEvent
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
ResultOfRequestInputDeviceAccessEvent
public ResultOfRequestInputDeviceAccessEvent(String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
-
-
Methodendetails
-
getUiEventType
- Angegeben von:
getUiEventTypein SchnittstelleUiEvent
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiEvent
-
getMicrophoneAccessGranted
public boolean getMicrophoneAccessGranted() -
getCameraAccessGranted
public boolean getCameraAccessGranted()
-