| Package | Description |
|---|---|
| com.mixer.interactive.gson |
Contains custom type adapters for use in serializing/de-serializing Json using Gson.
|
| com.mixer.interactive.protocol |
Provides classes for implementing Interactive 2.0's network protocol.
|
| Modifier and Type | Method and Description |
|---|---|
InteractivePacket |
InteractivePacketAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodPacket
A
MethodPacket represents a request for the recipient (which could either be the Interactive service
or a client) to perform an action. |
class |
ReplyPacket
A
ReplyPacket represents a reply to a request to perform an action. |
Copyright © 2018. All rights reserved.