Table of Contents

Class TextClassifierEvent

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

TextClassifierEvent()

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

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

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CATEGORY_CONVERSATION_ACTIONS

public static int CATEGORY_CONVERSATION_ACTIONS { get; }

Property Value

int

CATEGORY_LANGUAGE_DETECTION

public static int CATEGORY_LANGUAGE_DETECTION { get; }

Property Value

int

CATEGORY_LINKIFY

public static int CATEGORY_LINKIFY { get; }

Property Value

int

CATEGORY_SELECTION

public static int CATEGORY_SELECTION { get; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

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

TYPE_ACTIONS_GENERATED

public static int TYPE_ACTIONS_GENERATED { get; }

Property Value

int

TYPE_ACTIONS_SHOWN

public static int TYPE_ACTIONS_SHOWN { get; }

Property Value

int

TYPE_AUTO_SELECTION

public static int TYPE_AUTO_SELECTION { get; }

Property Value

int

TYPE_COPY_ACTION

public static int TYPE_COPY_ACTION { get; }

Property Value

int

TYPE_CUT_ACTION

public static int TYPE_CUT_ACTION { get; }

Property Value

int
public static int TYPE_LINKS_GENERATED { get; }

Property Value

int
public static int TYPE_LINK_CLICKED { get; }

Property Value

int

TYPE_MANUAL_REPLY

public static int TYPE_MANUAL_REPLY { get; }

Property Value

int

TYPE_OTHER_ACTION

public static int TYPE_OTHER_ACTION { get; }

Property Value

int

TYPE_OVERTYPE

public static int TYPE_OVERTYPE { get; }

Property Value

int

TYPE_PASTE_ACTION

public static int TYPE_PASTE_ACTION { get; }

Property Value

int

TYPE_SELECTION_DESTROYED

public static int TYPE_SELECTION_DESTROYED { get; }

Property Value

int

TYPE_SELECTION_DRAG

public static int TYPE_SELECTION_DRAG { get; }

Property Value

int

TYPE_SELECTION_MODIFIED

public static int TYPE_SELECTION_MODIFIED { get; }

Property Value

int

TYPE_SELECTION_RESET

public static int TYPE_SELECTION_RESET { get; }

Property Value

int

TYPE_SELECTION_STARTED

public static int TYPE_SELECTION_STARTED { get; }

Property Value

int

TYPE_SELECT_ALL

public static int TYPE_SELECT_ALL { get; }

Property Value

int

TYPE_SHARE_ACTION

public static int TYPE_SHARE_ACTION { get; }

Property Value

int

TYPE_SMART_ACTION

public static int TYPE_SMART_ACTION { get; }

Property Value

int

TYPE_SMART_SELECTION_MULTI

public static int TYPE_SMART_SELECTION_MULTI { get; }

Property Value

int

TYPE_SMART_SELECTION_SINGLE

public static int TYPE_SMART_SELECTION_SINGLE { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetActionIndices()

public int[] GetActionIndices()

Returns

int[]

int

GetEntityTypes()

public String[] GetEntityTypes()

Returns

String[]

String

GetEventCategory()

public int GetEventCategory()

Returns

int

int

GetEventContext()

public TextClassificationContext GetEventContext()

Returns

TextClassificationContext

TextClassificationContext

GetEventIndex()

public int GetEventIndex()

Returns

int

int

GetEventType()

public int GetEventType()

Returns

int

int

GetExtras()

public Bundle GetExtras()

Returns

Bundle

Bundle

GetLocale()

public ULocale GetLocale()

Returns

ULocale

ULocale

GetModelName()

public String GetModelName()

Returns

String

String

GetResultId()

public String GetResultId()

Returns

String

String

GetScores()

public float[] GetScores()

Returns

float[]

float

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int