Class TouchInteractionController
- Namespace
- Android.Accessibilityservice
- Assembly
- MASES.Netdroid.dll
https://developer.android.com/reference/android/accessibilityservice/TouchInteractionController.html
public class TouchInteractionController : JVMBridgeBase<TouchInteractionController>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
TouchInteractionController
- Implements
- Extension Methods
Constructors
TouchInteractionController(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 TouchInteractionController(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
STATE_CLEAR
public static int STATE_CLEAR { get; set; }
Property Value
STATE_DELEGATING
public static int STATE_DELEGATING { get; set; }
Property Value
STATE_DRAGGING
public static int STATE_DRAGGING { get; set; }
Property Value
STATE_TOUCH_EXPLORING
public static int STATE_TOUCH_EXPLORING { get; set; }
Property Value
STATE_TOUCH_INTERACTING
public static int STATE_TOUCH_INTERACTING { get; set; }
Property Value
Methods
GetDisplayId()
public int GetDisplayId()
Returns
GetMaxPointerCount()
public int GetMaxPointerCount()
Returns
GetState()
public int GetState()
Returns
PerformClick()
public void PerformClick()
PerformLongClickAndStartDrag()
public void PerformLongClickAndStartDrag()
RegisterCallback(Executor, Callback)
public void RegisterCallback(Executor arg0, TouchInteractionController.Callback arg1)
Parameters
RequestDelegating()
public void RequestDelegating()
RequestDragging(int)
public void RequestDragging(int arg0)
Parameters
RequestTouchExploration()
public void RequestTouchExploration()
StateToString(int)
public static String StateToString(int arg0)
Parameters
Returns
UnregisterAllCallbacks()
public void UnregisterAllCallbacks()
UnregisterCallback(Callback)
public bool UnregisterCallback(TouchInteractionController.Callback arg0)