Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.8 - Updated on 01/12/2017
public interface SearchCallback
Search callback - to be implemented to receive search result.
public void onError(SearchException exception)
Called when an error occurs during the search operation.
exception
public void onSuccess(ItemList<FullviewItem> itemList, boolean isOffline)
Called when the search completes successfully. The results of the search are provided to the ItemList object.
ItemList
itemList
FullviewItem
isOffline
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.