interface CompletionCallbackWithParam<T>
The callback which carries a return message from an asynchronous operation.
void onSuccess(T t)
The callback means the asynchronous operation is done without any errors.
void onFailure(@NonNull IDJIError error)
The callback will return and carry an "error" object when the asynchronous operation is done. If the operation is done without any errors, the "error" object isnull.
null
{{searchCount}} Results
{{{(item.highlights && item.highlights.content[0]) || item.title}}}