public interface EngageBySailthru.TrackHandler
abstract Unit
onSuccess()
onSuccess
onFailure(Error error)
onFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onSuccess()
On a successful request, onSuccess is called
abstract Unit onFailure(Error error)
If a request fails, onFailure is called
error