java.lang.Object |
↳ |
com.microsoft.intune.mam.client.app.MAMDownloadManagement |
Class Overview
MAM wrapper around DownloadManager. This must be used in place of direct calls into DownloadManager.enqueue.
It is recommended to call into DownloadManager as normal and allow the Build Plugin to apply this wrapper.
Summary
Public Methods |
static
long
|
enqueue(DownloadManager original, DownloadManager.Request request)
|
[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()
|
|
Public Methods
public
static
long
enqueue
(DownloadManager original, DownloadManager.Request request)
Parameters
original |
The original system DownloadManager. |
request |
The parameters specifying this download. |