public interface StreamResponseHandler extends BaseFailureHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(Stream stream)
API callback was successful.
|
onFailure, onFailurevoid onSuccess(Stream stream)
stream - the stream object. Will be null if the stream is offline!