R
public interface TmdCallback<R>
void
onError(java.lang.Exception e)
onResult(R result)
void onResult(R result)
void onError(java.lang.Exception e)