Package com.xa.xpensauditor
Class EmailSender
- java.lang.Object
-
- android.os.AsyncTask<Void,Integer,Boolean>
-
- com.xa.xpensauditor.EmailSender
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class android.os.AsyncTask
AsyncTask.Status
-
-
Field Summary
-
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
-
-
Constructor Summary
Constructors Constructor Description EmailSender(String email, String amt, String shop, String cat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Boolean
doInBackground(Void... voids)
Override for the default task related setup.-
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate, publishProgress
-
-
-
-
Method Detail
-
doInBackground
protected Boolean doInBackground(Void... voids)
Override for the default task related setup.- Specified by:
doInBackground
in classAsyncTask<Void,Integer,Boolean>
- Parameters:
voids
- - Leave empty. No inputs expected beyond creation of the object.- Returns:
- - Returns the status of the email after the execution of the task.
-
-