public static interface MediaItemService.MediaItemSearchCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure()
Called in case of failure (e.g.
|
void |
onLoad(java.util.List<MediaItemSearchResult> searchResults)
Called when the search results are correctly retrieved
|
void onLoad(java.util.List<MediaItemSearchResult> searchResults)
searchResults
- the list of search results (may be empty)void onFailure()