|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vodafone360.people.engine.upgrade.VersionCheck
public class VersionCheck
Manages the application version check functionality.
Field Summary | |
---|---|
private long |
mCheckFrequencyMillis
|
private Context |
mContext
|
private boolean |
mForce
|
private UpgradeStatus |
mUpgradeStatus
|
Constructor Summary | |
---|---|
VersionCheck(Context context,
boolean force)
Constructor. |
Method Summary | |
---|---|
UpgradeStatus |
getCachedUpdateStatus()
Returns the cached UpgradeStatus, if one is already known to be available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Context mContext
private UpgradeStatus mUpgradeStatus
private long mCheckFrequencyMillis
private boolean mForce
Constructor Detail |
---|
public VersionCheck(Context context, boolean force)
context
- - the context to useforce
- Method Detail |
---|
public UpgradeStatus getCachedUpdateStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc