public static interface Device.InfoResponseStatusListener extends Listener
Device.sendInfoResponse(InfoResponse, InfoResponseStatusListener).| Modifier and Type | Method and Description |
|---|---|
void |
onInfoResponseStatus(InfoResponse response,
java.lang.Throwable tr)
This function is needed to be implemented to listen for status of
InfoResponse. |
void onInfoResponseStatus(InfoResponse response, java.lang.Throwable tr)
InfoResponse.response - InfoResponse forwarded
by CallbacksInterface.infoResponseStatusCallback(buzz.getcoco.iot.Command.State, buzz.getcoco.iot.InfoResponse).tr - A non-null Throwable in case of failure.