Table of Contents

Class DropBoxManager

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

Constructors

DropBoxManager(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 DropBoxManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTION_DROPBOX_ENTRY_ADDED

public static String ACTION_DROPBOX_ENTRY_ADDED { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXTRA_DROPPED_COUNT

public static String EXTRA_DROPPED_COUNT { get; set; }

Property Value

String

EXTRA_TAG

public static String EXTRA_TAG { get; set; }

Property Value

String

EXTRA_TIME

public static String EXTRA_TIME { get; set; }

Property Value

String

IS_EMPTY

public static int IS_EMPTY { get; set; }

Property Value

int

IS_GZIPPED

public static int IS_GZIPPED { get; set; }

Property Value

int

IS_TEXT

public static int IS_TEXT { get; set; }

Property Value

int

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

Methods

AddData(String, byte[], int)

public void AddData(String arg0, byte[] arg1, int arg2)

Parameters

arg0 String

String

arg1 byte[]

byte

arg2 int

int

AddFile(String, File, int)

public void AddFile(String arg0, File arg1, int arg2)

Parameters

arg0 String

String

arg1 File

File

arg2 int

int

Exceptions

IOException

AddText(String, String)

public void AddText(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

GetNextEntry(String, long)

public DropBoxManager.Entry GetNextEntry(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

DropBoxManager.Entry

DropBoxManager.Entry

IsTagEnabled(String)

public bool IsTagEnabled(String arg0)

Parameters

arg0 String

String

Returns

bool

bool