public static interface NativeClient.IResultCallback<T>
void
onError(int code)
onSuccess(T t)
void onSuccess(T t)
void onError(int code)