Table of Contents

Class HapticFeedbackConstants

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class HapticFeedbackConstants : JVMBridgeBase<HapticFeedbackConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
HapticFeedbackConstants
Implements
Extension Methods

Constructors

HapticFeedbackConstants(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 HapticFeedbackConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLOCK_TICK

public static int CLOCK_TICK { get; set; }

Property Value

int

CONFIRM

public static int CONFIRM { get; set; }

Property Value

int

CONTEXT_CLICK

public static int CONTEXT_CLICK { get; set; }

Property Value

int

DRAG_START

public static int DRAG_START { get; set; }

Property Value

int

FLAG_IGNORE_GLOBAL_SETTING

[Obsolete("Deprecated in JVM")]
public static int FLAG_IGNORE_GLOBAL_SETTING { get; set; }

Property Value

int

FLAG_IGNORE_VIEW_SETTING

public static int FLAG_IGNORE_VIEW_SETTING { get; set; }

Property Value

int

GESTURE_END

public static int GESTURE_END { get; set; }

Property Value

int

GESTURE_START

public static int GESTURE_START { get; set; }

Property Value

int

GESTURE_THRESHOLD_ACTIVATE

public static int GESTURE_THRESHOLD_ACTIVATE { get; set; }

Property Value

int

GESTURE_THRESHOLD_DEACTIVATE

public static int GESTURE_THRESHOLD_DEACTIVATE { get; set; }

Property Value

int

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

KEYBOARD_PRESS

public static int KEYBOARD_PRESS { get; set; }

Property Value

int

KEYBOARD_RELEASE

public static int KEYBOARD_RELEASE { get; set; }

Property Value

int

KEYBOARD_TAP

public static int KEYBOARD_TAP { get; set; }

Property Value

int

LONG_PRESS

public static int LONG_PRESS { get; set; }

Property Value

int

NO_HAPTICS

public static int NO_HAPTICS { get; set; }

Property Value

int

REJECT

public static int REJECT { get; set; }

Property Value

int

SEGMENT_FREQUENT_TICK

public static int SEGMENT_FREQUENT_TICK { get; set; }

Property Value

int

SEGMENT_TICK

public static int SEGMENT_TICK { get; set; }

Property Value

int

TEXT_HANDLE_MOVE

public static int TEXT_HANDLE_MOVE { get; set; }

Property Value

int

TOGGLE_OFF

public static int TOGGLE_OFF { get; set; }

Property Value

int

TOGGLE_ON

public static int TOGGLE_ON { get; set; }

Property Value

int

VIRTUAL_KEY

public static int VIRTUAL_KEY { get; set; }

Property Value

int

VIRTUAL_KEY_RELEASE

public static int VIRTUAL_KEY_RELEASE { get; set; }

Property Value

int