-
public class HuaweiOAIDFetchTask extends BranchAsyncTask<Void, Void, Void>
Async task to fetch OAID and LAT value. This task fetch the OAID and LAT in background. The Background task times out after OAID_FETCH_TIME_OUT.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.branch.referral.BranchAsyncTask
executeTask -
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, getStatus, isCancelled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-