Interface CustomCallback
-
public interface CustomCallback
Callback interface for a custom endpoint. If it is not a custom endpoint, useAerisCallback
. Used in conjunction with theAerisCommunicationTask
, which handles threading for a request and then passed the response back to this callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResult(String custom, String response)
Method that will be called after an task has finished executing.
-