| Package | Description |
|---|---|
| com.mixer.interactive.exception |
Provides exception classes related to the Interactive service.
|
| com.mixer.interactive.protocol |
Provides classes for implementing Interactive 2.0's network protocol.
|
| Modifier and Type | Method and Description |
|---|---|
InteractiveError |
InteractiveReplyWithErrorException.getError()
Returns the
InteractiveError that was returned by the Interactive service. |
| Constructor and Description |
|---|
InteractiveReplyWithErrorException(MethodPacket request,
InteractiveError error)
Initializes a new
InteractiveReplyWithErrorException. |
| Modifier and Type | Method and Description |
|---|---|
InteractiveError |
ReplyPacket.getError()
Returns the
InteractiveError returned from the Interactive service if there was an error. |
| Constructor and Description |
|---|
ReplyPacket(int id,
com.google.gson.JsonElement result,
InteractiveError error)
Initializes a new
ReplyPacket. |
Copyright © 2018. All rights reserved.