Class DevicePolicyResourcesManager
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
GetDrawable(String, String, String, Supplier<Drawable>)
public Drawable GetDrawable(String arg0, String arg1, String arg2, Supplier<Drawable> arg3)
Parameters
Returns
GetDrawable(String, String, Supplier<Drawable>)
public Drawable GetDrawable(String arg0, String arg1, Supplier<Drawable> arg2)
Parameters
Returns
GetDrawableAsIcon(String, String, Icon)
public Icon GetDrawableAsIcon(String arg0, String arg1, Icon arg2)
Parameters
Returns
GetDrawableAsIcon(String, String, String, Icon)
public Icon GetDrawableAsIcon(String arg0, String arg1, String arg2, Icon arg3)
Parameters
Returns
GetDrawableForDensity(String, String, String, int, Supplier<Drawable>)
public Drawable GetDrawableForDensity(String arg0, String arg1, String arg2, int arg3, Supplier<Drawable> arg4)
Parameters
Returns
GetDrawableForDensity(String, String, int, Supplier<Drawable>)
public Drawable GetDrawableForDensity(String arg0, String arg1, int arg2, Supplier<Drawable> arg3)
Parameters
Returns
GetString(String, Supplier<String>)
public String GetString(String arg0, Supplier<String> arg1)
Parameters
Returns
GetString(String, Supplier<String>, params object[])
public String GetString(String arg0, Supplier<String> arg1, params object[] arg2)