public interface EventSendCallback
void onFailure(Event event, Exception exception)
event
- Event that couldn't be sentexception
- Exception that occurred while attempting to send the Eventvoid onSuccess(Event event)
event
- Event that was sentCopyright © 2012–2018. All rights reserved.