public class CheckUpdateTask extends android.os.AsyncTask<Void,String,org.json.JSONArray>
Copyright (c) 2011-2014 Bit Stadium GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Modifier and Type | Field and Description |
---|---|
protected static String |
APK |
protected String |
appIdentifier |
protected static String |
INTENT_EXTRA_JSON |
protected static String |
INTENT_EXTRA_URL |
protected UpdateManagerListener |
listener |
protected Boolean |
mandatory |
protected String |
urlString |
Constructor and Description |
---|
CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext,
String urlString) |
CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext,
String urlString,
String appIdentifier) |
CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext,
String urlString,
String appIdentifier,
UpdateManagerListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
attach(WeakReference<? extends android.content.Context> weakContext) |
protected void |
cleanUp() |
protected URLConnection |
createConnection(URL url) |
void |
detach() |
protected org.json.JSONArray |
doInBackground(Void... args) |
protected boolean |
getCachingEnabled() |
protected String |
getURLString(String format) |
protected int |
getVersionCode() |
protected void |
onPostExecute(org.json.JSONArray updateInfo) |
protected static final String APK
protected static final String INTENT_EXTRA_URL
protected static final String INTENT_EXTRA_JSON
protected String urlString
protected String appIdentifier
protected Boolean mandatory
protected UpdateManagerListener listener
public CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext, String urlString)
public CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext, String urlString, String appIdentifier)
public CheckUpdateTask(WeakReference<? extends android.content.Context> weakContext, String urlString, String appIdentifier, UpdateManagerListener listener)
public void attach(WeakReference<? extends android.content.Context> weakContext)
public void detach()
protected int getVersionCode()
protected org.json.JSONArray doInBackground(Void... args)
protected URLConnection createConnection(URL url) throws IOException
IOException
protected void onPostExecute(org.json.JSONArray updateInfo)
protected void cleanUp()
protected boolean getCachingEnabled()
Copyright © 2015. All Rights Reserved.