public interface MappedinCallback<Result>
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(Result result)
Function that will be called when the Mappedin API call has finished successfully
|
void |
onError(java.lang.Exception exception)
Function that will be called if the Mappedin API call failed
|
void onCompleted(Result result)
result
- Data returned for the Mappedin API callvoid onError(java.lang.Exception exception)
exception
- The error that occurred