Table of Contents

Class DevicePolicyResourcesManager

Namespace
Android.App.Admin
Assembly
MASES.Netdroid.dll
public class DevicePolicyResourcesManager : JVMBridgeBase<DevicePolicyResourcesManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
DevicePolicyResourcesManager
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DevicePolicyResourcesManager>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DevicePolicyResourcesManager>.IsAssignableFrom<T>()
JVMBridgeBase<DevicePolicyResourcesManager>.Execute<T>(params T[])
JVMBridgeBase<DevicePolicyResourcesManager>.DynBridgeClazz
JVMBridgeBase<DevicePolicyResourcesManager>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

DevicePolicyResourcesManager()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DevicePolicyResourcesManager()

DevicePolicyResourcesManager(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DevicePolicyResourcesManager(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetDrawable(String, String, String, Supplier<Drawable>)

public Drawable GetDrawable(String arg0, String arg1, String arg2, Supplier<Drawable> arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 Supplier<Drawable>

Supplier

Returns

Drawable

Drawable

GetDrawable(String, String, Supplier<Drawable>)

public Drawable GetDrawable(String arg0, String arg1, Supplier<Drawable> arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 Supplier<Drawable>

Supplier

Returns

Drawable

Drawable

GetDrawableAsIcon(String, String, Icon)

public Icon GetDrawableAsIcon(String arg0, String arg1, Icon arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 Icon

Icon

Returns

Icon

Icon

GetDrawableAsIcon(String, String, String, Icon)

public Icon GetDrawableAsIcon(String arg0, String arg1, String arg2, Icon arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 Icon

Icon

Returns

Icon

Icon

GetDrawableForDensity(String, String, String, int, Supplier<Drawable>)

public Drawable GetDrawableForDensity(String arg0, String arg1, String arg2, int arg3, Supplier<Drawable> arg4)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 int

int

arg4 Supplier<Drawable>

Supplier

Returns

Drawable

Drawable

GetDrawableForDensity(String, String, int, Supplier<Drawable>)

public Drawable GetDrawableForDensity(String arg0, String arg1, int arg2, Supplier<Drawable> arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

arg3 Supplier<Drawable>

Supplier

Returns

Drawable

Drawable

GetString(String, Supplier<String>)

public String GetString(String arg0, Supplier<String> arg1)

Parameters

arg0 String

String

arg1 Supplier<String>

Supplier

Returns

String

String

GetString(String, Supplier<String>, params object[])

public String GetString(String arg0, Supplier<String> arg1, params object[] arg2)

Parameters

arg0 String

String

arg1 Supplier<String>

Supplier

arg2 object[]

object

Returns

String

String