Class ControlsProviderService
public class ControlsProviderService : Service, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ControlsProviderService
- Implements
- Inherited Members
- Extension Methods
Constructors
ControlsProviderService()
public ControlsProviderService()
ControlsProviderService(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 ControlsProviderService(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTROLS_SURFACE_ACTIVITY_PANEL
public static int CONTROLS_SURFACE_ACTIVITY_PANEL { get; set; }
Property Value
CONTROLS_SURFACE_DREAM
public static int CONTROLS_SURFACE_DREAM { get; set; }
Property Value
EXTRA_CONTROLS_SURFACE
public static String EXTRA_CONTROLS_SURFACE { get; set; }
Property Value
EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS
public static String EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS { get; set; }
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
META_DATA_PANEL_ACTIVITY
public static String META_DATA_PANEL_ACTIVITY { get; set; }
Property Value
SERVICE_CONTROLS
public static String SERVICE_CONTROLS { get; set; }
Property Value
TAG
public static String TAG { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ControlsProviderService()
public static ControlsProviderService CreatePoolableInstance()
Returns
CreatePublisherFor(List<String>)
public Flow.Publisher<Control> CreatePublisherFor(List<String> arg0)
Parameters
Returns
CreatePublisherForAllAvailable()
public Flow.Publisher<Control> CreatePublisherForAllAvailable()
Returns
CreatePublisherForSuggested()
public Flow.Publisher<Control> CreatePublisherForSuggested()
Returns
PerformControlAction(String, ControlAction, Consumer<Integer>)
public void PerformControlAction(String arg0, ControlAction arg1, Consumer<Integer> arg2)
Parameters
arg0Stringarg1ControlActionarg2Consumer<Integer>
RequestAddControl(Context, ComponentName, Control)
public static void RequestAddControl(Context arg0, ComponentName arg1, Control arg2)
Parameters
arg0Contextarg1ComponentNamearg2Control