Table of Contents

Class DownloadManager.Request

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class DownloadManager.Request : JVMBridgeBase<DownloadManager.Request>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DownloadManager.Request
Implements
Extension Methods

Constructors

Request(Uri)

public Request(Uri arg0)

Parameters

arg0 Uri

Uri

Request(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Request(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NETWORK_MOBILE

public static int NETWORK_MOBILE { get; set; }

Property Value

int

NETWORK_WIFI

public static int NETWORK_WIFI { get; set; }

Property Value

int

VISIBILITY_HIDDEN

public static int VISIBILITY_HIDDEN { get; set; }

Property Value

int

VISIBILITY_VISIBLE

public static int VISIBILITY_VISIBLE { get; set; }

Property Value

int

VISIBILITY_VISIBLE_NOTIFY_COMPLETED

public static int VISIBILITY_VISIBLE_NOTIFY_COMPLETED { get; set; }

Property Value

int

VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION

public static int VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION { get; set; }

Property Value

int

Methods

AddRequestHeader(String, String)

public DownloadManager.Request AddRequestHeader(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

DownloadManager.Request

DownloadManager.Request

AllowScanningByMediaScanner()

[Obsolete("Deprecated in JVM")]
public void AllowScanningByMediaScanner()

CreatePoolableInstance(Uri)

HPA initializer for Request(Android.Net.Uri arg0)

public static DownloadManager.Request CreatePoolableInstance(Uri arg0)

Parameters

arg0 Uri

Returns

DownloadManager.Request

SetAllowedNetworkTypes(int)

public DownloadManager.Request SetAllowedNetworkTypes(int arg0)

Parameters

arg0 int

int

Returns

DownloadManager.Request

DownloadManager.Request

SetAllowedOverMetered(bool)

public DownloadManager.Request SetAllowedOverMetered(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request

SetAllowedOverRoaming(bool)

public DownloadManager.Request SetAllowedOverRoaming(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request

SetDescription(CharSequence)

public DownloadManager.Request SetDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

DownloadManager.Request

DownloadManager.Request

SetDestinationInExternalFilesDir(Context, String, String)

public DownloadManager.Request SetDestinationInExternalFilesDir(Context arg0, String arg1, String arg2)

Parameters

arg0 Context

Context

arg1 String

String

arg2 String

String

Returns

DownloadManager.Request

DownloadManager.Request

SetDestinationInExternalPublicDir(String, String)

public DownloadManager.Request SetDestinationInExternalPublicDir(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

DownloadManager.Request

DownloadManager.Request

SetDestinationUri(Uri)

public DownloadManager.Request SetDestinationUri(Uri arg0)

Parameters

arg0 Uri

Uri

Returns

DownloadManager.Request

DownloadManager.Request

SetMimeType(String)

public DownloadManager.Request SetMimeType(String arg0)

Parameters

arg0 String

String

Returns

DownloadManager.Request

DownloadManager.Request

SetNotificationVisibility(int)

public DownloadManager.Request SetNotificationVisibility(int arg0)

Parameters

arg0 int

int

Returns

DownloadManager.Request

DownloadManager.Request

SetRequiresCharging(bool)

public DownloadManager.Request SetRequiresCharging(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request

SetRequiresDeviceIdle(bool)

public DownloadManager.Request SetRequiresDeviceIdle(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request

SetShowRunningNotification(bool)

[Obsolete("Deprecated in JVM")]
public DownloadManager.Request SetShowRunningNotification(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request

SetTitle(CharSequence)

public DownloadManager.Request SetTitle(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

DownloadManager.Request

DownloadManager.Request

SetVisibleInDownloadsUi(bool)

[Obsolete("Deprecated in JVM")]
public DownloadManager.Request SetVisibleInDownloadsUi(bool arg0)

Parameters

arg0 bool

bool

Returns

DownloadManager.Request

DownloadManager.Request