Table of Contents

Class AbstractInputMethodService.AbstractInputMethodSessionImpl

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

AbstractInputMethodSessionImpl()

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

[Obsolete("AbstractInputMethodSessionImpl 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 AbstractInputMethodSessionImpl()

AbstractInputMethodSessionImpl(AbstractInputMethodService)

public AbstractInputMethodSessionImpl(AbstractInputMethodService arg0)

Parameters

arg0 AbstractInputMethodService

AbstractInputMethodService

AbstractInputMethodSessionImpl(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("AbstractInputMethodSessionImpl 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 AbstractInputMethodSessionImpl(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { 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

Methods

DispatchGenericMotionEvent(int, MotionEvent, EventCallback)

public void DispatchGenericMotionEvent(int arg0, MotionEvent arg1, InputMethodSession.EventCallback arg2)

Parameters

arg0 int

int

arg1 MotionEvent

MotionEvent

arg2 InputMethodSession.EventCallback

InputMethodSession.EventCallback

DispatchKeyEvent(int, KeyEvent, EventCallback)

public void DispatchKeyEvent(int arg0, KeyEvent arg1, InputMethodSession.EventCallback arg2)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

arg2 InputMethodSession.EventCallback

InputMethodSession.EventCallback

DispatchTrackballEvent(int, MotionEvent, EventCallback)

public void DispatchTrackballEvent(int arg0, MotionEvent arg1, InputMethodSession.EventCallback arg2)

Parameters

arg0 int

int

arg1 MotionEvent

MotionEvent

arg2 InputMethodSession.EventCallback

InputMethodSession.EventCallback

IsEnabled()

public bool IsEnabled()

Returns

bool

bool

IsRevoked()

public bool IsRevoked()

Returns

bool

bool

RevokeSelf()

public void RevokeSelf()

SetEnabled(bool)

public void SetEnabled(bool arg0)

Parameters

arg0 bool

bool