java.lang.Object |
↳ |
com.inmobi.ads.InMobiNative.Downloader |
Class Overview
This is an API used to control the download the APK into the app and also show the progress while downloading
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
STATE_DOWNLOADED
Constant Value:
1
(0x00000001)
public
static
final
int
STATE_DOWNLOADING
Constant Value:
0
(0x00000000)
public
static
final
int
STATE_ERROR
Constant Value:
2
(0x00000002)
public
static
final
int
STATE_INITIALIZING
Constant Value:
-1
(0xffffffff)
public
static
final
int
STATE_UNINITIALIZED
Constant Value:
-2
(0xfffffffe)
Public Constructors
Public Methods
public
int
getDownloadProgress
()
Returns
- the download progress in percent
public
int
getDownloadStatus
()