Table of Contents

Class DevicePolicyResourcesManager

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

Constructors

DevicePolicyResourcesManager(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 DevicePolicyResourcesManager(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

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