public static interface NativeClient.IResultCallbackEx<T,K>
void
onError(int code)
onSuccess(T t, K k)
void onSuccess(T t, K k)
void onError(int code)