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.AsyncTaskAsyncTask.Status
 
- 
 - 
Field Summary- 
Fields inherited from class android.os.AsyncTaskSERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
 
- 
 - 
Constructor SummaryConstructors Constructor Description EmailSender(String email, String amt, String shop, String cat)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BooleandoInBackground(Void... voids)Override for the default task related setup.- 
Methods inherited from class android.os.AsyncTaskcancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate, publishProgress
 
- 
 
- 
- 
- 
Method Detail- 
doInBackgroundprotected Boolean doInBackground(Void... voids) Override for the default task related setup.- Specified by:
- doInBackgroundin class- AsyncTask<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.
 
 
- 
 
-