interface CompletionCallbackWithTwoParam<X, Y>
Completion callback for asynchronous operations when information that requires two parameters (X, Y) needs to be returned from the operation. The parameters X and Y will be defined where the operation is called.
void onSuccess(X x, Y y)
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}}}