Class EarthquakesTask


  • public class EarthquakesTask
    extends AerisAbstractTask
    Requests and loads earthquake data into local domain objects from the API.
    • Constructor Detail

      • EarthquakesTask

        public EarthquakesTask​(android.content.Context context,
                               EarthquakesTaskCallback callback)
        Constructs an instance with the context and the callback to use.
        Parameters:
        context - context to use.
        callback - callback to use