Handler
in CommunicationManager
instead@Deprecated public interface SitumBuildingInfoCallback
SitumBuilding
such as points of
interest, routes, levels and eventsModifier and Type | Method and Description |
---|---|
void |
onError(int statuscode,
org.apache.http.Header[] headers,
byte[] bytes,
Throwable throwable)
Deprecated.
|
void |
onSuccess(Hashtable buildingInfo)
Deprecated.
Callback to receive building data from Situm Indoor Maps Server
|
void onSuccess(Hashtable buildingInfo)
buildingInfo
- dictionary that contains all building info@Deprecated void onError(int statuscode, org.apache.http.Header[] headers, byte[] bytes, Throwable throwable)
statuscode
- HTML status codeheaders
- HTML headers. Can be nullbytes
- Bytes containing the HTML responsethrowable
- Error obtained