Uses of Class
com.arubanetworks.meridian.search.DirectionsStartSearchResponse
Packages that use DirectionsStartSearchResponse
-
Uses of DirectionsStartSearchResponse in com.arubanetworks.meridian.requests
Method parameters in com.arubanetworks.meridian.requests with type arguments of type DirectionsStartSearchResponseModifier and TypeMethodDescriptionDirectionsStartSearchRequest.Builder.setListener(MeridianRequest.Listener<DirectionsStartSearchResponse> listener) -
Uses of DirectionsStartSearchResponse in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search that return DirectionsStartSearchResponseModifier and TypeMethodDescriptionDirectionsStartSearchResponse.fromJSONObject(JSONObject json, String locationId) Constructs a LocalSearchResponse from a json response.Methods in com.arubanetworks.meridian.search with parameters of type DirectionsStartSearchResponseModifier and TypeMethodDescriptionvoidDirectionsStartSearch.DirectionsStartSearchListener.onSearchComplete(DirectionsStartSearchResponse response) Called when a search completes successfully.voidSearchFragment.onSearchComplete(DirectionsStartSearchResponse response)