| Public Constructors | |
|---|---|
|
RegisterExtensionTask(Context context, RegistrationInformation registrationInformation, IRegisterCallback registerInterface, boolean onlySources)
Create register extension task |
|
| Public Methods | |
|---|---|
| void |
setRegisterInterface(IRegisterCallback registerInterface)
Set register interface. |
| Protected Methods | |
|---|---|
| java.lang.Boolean | doInBackground(java.lang.Void... params) |
| void | onPostExecute(java.lang.Boolean registrationSuccess) |
| void | onCancelled() |
Create register extension task
| context | The context |
|---|---|
| registrationInformation | Information needed during registration |
| registerInterface | Registration callback interface |
| onlySources | True if only sources shall be refreshed. False if full registration. |
Set register interface. Used to set interface to null to handle the case when the service is destroyed before onPostExecute is executed.
| registerInterface | The register interface |
|---|
| params |
|---|
| registrationSuccess |
|---|
Perform extension registration or update in background