public class ApkUpdateReceiver
extends android.content.BroadcastReceiver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APP_ADDED |
static java.lang.String |
APP_REMOVED |
static java.lang.String |
DOWNLOAD_APK |
Constructor and Description |
---|
ApkUpdateReceiver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
void |
addInstalling(ProductInformation product)
Add to the list of outstanding apps that are being installed
|
void |
dispose() |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String DOWNLOAD_APK
public static final java.lang.String APP_ADDED
public static final java.lang.String APP_REMOVED
public ApkUpdateReceiver(MapView mapView)
public void dispose()
public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
public void addInstalling(ProductInformation product)
product
- the product information to queue up for installation