| Package | Description |
|---|---|
| com.mixer.interactive.event.control.input |
Contains all of the classes associated with Interactive control input events returned from the Interactive service
|
| com.mixer.interactive.gson |
Contains custom type adapters for use in serializing/de-serializing Json using Gson.
|
| Modifier and Type | Field and Description |
|---|---|
protected InteractiveControlInput |
ControlInputEvent.input
The
InteractiveControlInput that was supplied by the InteractiveParticipant |
| Modifier and Type | Method and Description |
|---|---|
InteractiveControlInput |
ControlInputEvent.getControlInput()
Returns the
InteractiveControlInput that was supplied by the InteractiveParticipant |
| Constructor and Description |
|---|
ControlInputEvent(String participantID,
String transactionID,
InteractiveControlInput input)
Initializes a new
ControlInputEvent. |
ControlKeyDownEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlKeyDownInputEvent. |
ControlKeyUpEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlKeyUpEvent. |
ControlMouseDownInputEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlMouseDownInputEvent. |
ControlMouseUpInputEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlMouseUpInputEvent. |
ControlMoveInputEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlMoveInputEvent. |
| Modifier and Type | Method and Description |
|---|---|
InteractiveControlInput |
InteractiveControlInputAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2018. All rights reserved.