interface CompletionCallbackWith<T>
Completion callback for asynchronous operations when information that requires one parameter (T) needs to be returned from the operation. The parameter T will be defined where the operation called.
void onSuccess(T t)
Invoked when the asynchronous operation completes successfully. Override to handle in your own code.
void onFailure(DJIError error)
Invoked when the asynchronous operation fails to complete normally. Override to handle in your own code.
{{searchCount}} Results
{{{(item.highlights && item.highlights.content[0]) || item.title}}}