Interface PlacesAirportsTaskCallback

    • Method Detail

      • onPlacesAirportsLoaded

        void onPlacesAirportsLoaded​(List<PlacesAirportsResponse> responses)
        This method will be called when a list of places airports have been returned from the API.
        Parameters:
        responses - List of responses
      • onPlacesAirportsFailed

        void onPlacesAirportsFailed​(AerisError error)
        This method will be called when an places airports request to the API has failed.
        Parameters:
        error - The aeris error regarding to the fail.