public class Registration
extends android.os.AsyncTask<java.lang.Void,java.lang.Void,java.lang.Void>
Constructor and Description |
---|
Registration(android.app.Activity activity,
java.lang.String senderId) |
Registration(android.content.Context context,
java.lang.String senderId) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
doInBackground(java.lang.Void... v)
Override this method to perform a computation on a background thread.
|
public Registration(android.app.Activity activity, java.lang.String senderId)
public Registration(android.content.Context context, java.lang.String senderId)
protected java.lang.Void doInBackground(java.lang.Void... v)
android.os.AsyncTask
AsyncTask.execute(Params...)
by the caller of this task.
This method can call AsyncTask.publishProgress(Progress...)
to publish updates
on the UI thread.doInBackground
in class android.os.AsyncTask<java.lang.Void,java.lang.Void,java.lang.Void>
v
- The parameters of the task.AsyncTask.onPreExecute()
,
AsyncTask.onPostExecute(Result)
,
AsyncTask.publishProgress(Progress...)