Class AerisAmpGetLayersTask


  • public class AerisAmpGetLayersTask
    extends android.os.AsyncTask<Void,​Void,​Void>
    Async task to determine which amp layers we have access to and add them to the UI. Created by sshie on 1/25/2017.
    • Method Detail

      • doInBackground

        protected Void doInBackground​(Void... voids)
        Specified by:
        doInBackground in class android.os.AsyncTask<Void,​Void,​Void>
      • onPostExecute

        protected void onPostExecute​(Void aVoid)
        Overrides:
        onPostExecute in class android.os.AsyncTask<Void,​Void,​Void>