public final class

MAMDownloadManagement

extends Object
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

Public Methods

public static long enqueue (DownloadManager original, DownloadManager.Request request)

Parameters
original The original system DownloadManager.
request The parameters specifying this download.
Returns
  • An ID for the download.