public static interface Adapter.BinaryCallback
void onSuccess(byte[] body,
java.lang.String contentType)
body - The response body.contentType - The value of "Content-Type" response header.void onError(java.lang.Throwable t)
t - The Throwable.