public interface SendMessageCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(FastTrackException exception)
Callback method for failure
|
void |
onSendMessageResponse(SendResponse sendResponse)
Callback method for success
|
void onSendMessageResponse(SendResponse sendResponse)
sendResponse - the send response object SendResponse to get the details of the messagevoid onError(FastTrackException exception)
exception - return the FastTrackException