Table of Contents

Class ControlsProviderService

Namespace
Android.Service.Controls
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTROLS_SURFACE_ACTIVITY_PANEL

public static int CONTROLS_SURFACE_ACTIVITY_PANEL { get; set; }

Property Value

int

CONTROLS_SURFACE_DREAM

public static int CONTROLS_SURFACE_DREAM { get; set; }

Property Value

int

EXTRA_CONTROLS_SURFACE

public static String EXTRA_CONTROLS_SURFACE { get; set; }

Property Value

String

EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS

public static String EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS { get; set; }

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

META_DATA_PANEL_ACTIVITY

public static String META_DATA_PANEL_ACTIVITY { get; set; }

Property Value

String

SERVICE_CONTROLS

public static String SERVICE_CONTROLS { get; set; }

Property Value

String

TAG

public static String TAG { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for ControlsProviderService()

public static ControlsProviderService CreatePoolableInstance()

Returns

ControlsProviderService

CreatePublisherFor(List<String>)

public Flow.Publisher<Control> CreatePublisherFor(List<String> arg0)

Parameters

arg0 List<String>

List

Returns

Flow.Publisher<Control>

Flow.Publisher

CreatePublisherForAllAvailable()

public Flow.Publisher<Control> CreatePublisherForAllAvailable()

Returns

Flow.Publisher<Control>

Flow.Publisher

CreatePublisherForSuggested()

public Flow.Publisher<Control> CreatePublisherForSuggested()

Returns

Flow.Publisher<Control>

Flow.Publisher

PerformControlAction(String, ControlAction, Consumer<Integer>)

public void PerformControlAction(String arg0, ControlAction arg1, Consumer<Integer> arg2)

Parameters

arg0 String

String

arg1 ControlAction

ControlAction

arg2 Consumer<Integer>

Consumer

RequestAddControl(Context, ComponentName, Control)

public static void RequestAddControl(Context arg0, ComponentName arg1, Control arg2)

Parameters

arg0 Context

Context

arg1 ComponentName

ComponentName

arg2 Control

Control