Table of Contents

Class ControlsProviderService

Namespace
Android.Service.Controls
Assembly
MASES.Netdroid.dll
public class ControlsProviderService : Service, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Context>
ControlsProviderService
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Context>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Context>.IsAssignableFrom<T>()
JVMBridgeBase<Context>.Execute<T>(params T[])
JVMBridgeBase<Context>.DynBridgeClazz
JVMBridgeBase<Context>.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

ControlsProviderService()

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

[Obsolete("ControlsProviderService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ControlsProviderService()

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

[Obsolete("ControlsProviderService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ControlsProviderService(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTROLS_SURFACE_ACTIVITY_PANEL

public static int CONTROLS_SURFACE_ACTIVITY_PANEL { get; }

Property Value

int

CONTROLS_SURFACE_DREAM

public static int CONTROLS_SURFACE_DREAM { get; }

Property Value

int

EXTRA_CONTROLS_SURFACE

public static String EXTRA_CONTROLS_SURFACE { get; }

Property Value

String

EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS

public static String EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS { 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

META_DATA_PANEL_ACTIVITY

public static String META_DATA_PANEL_ACTIVITY { get; }

Property Value

String

SERVICE_CONTROLS

public static String SERVICE_CONTROLS { get; }

Property Value

String

TAG

public static String TAG { get; }

Property Value

String

Methods

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