public interface APICallback
| Modifier and Type | Method and Description |
|---|---|
void |
error(Exception ex)
Callback method in case of an error.
|
void |
response(com.sendgrid.Response response)
Callback method in case of a valid response.
|
void error(Exception ex)
ex - the error that was thrown.void response(com.sendgrid.Response response)
response - the valid response.Copyright © 2020. All rights reserved.