Class TextClassifierEvent
- Namespace
- Android.View.Textclassifier
- Assembly
- MASES.Netdroid.dll
public class TextClassifierEvent : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>TextClassifierEvent
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CATEGORY_CONVERSATION_ACTIONS
public static int CATEGORY_CONVERSATION_ACTIONS { get; }
Property Value
CATEGORY_LANGUAGE_DETECTION
public static int CATEGORY_LANGUAGE_DETECTION { get; }
Property Value
CATEGORY_LINKIFY
public static int CATEGORY_LINKIFY { get; }
Property Value
CATEGORY_SELECTION
public static int CATEGORY_SELECTION { get; }
Property Value
CREATOR
https://developer.android.com/reference/android/view/textclassifier/TextClassifierEvent.html#CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
TYPE_ACTIONS_GENERATED
public static int TYPE_ACTIONS_GENERATED { get; }
Property Value
TYPE_ACTIONS_SHOWN
public static int TYPE_ACTIONS_SHOWN { get; }
Property Value
TYPE_AUTO_SELECTION
public static int TYPE_AUTO_SELECTION { get; }
Property Value
TYPE_COPY_ACTION
public static int TYPE_COPY_ACTION { get; }
Property Value
TYPE_CUT_ACTION
public static int TYPE_CUT_ACTION { get; }
Property Value
TYPE_LINKS_GENERATED
public static int TYPE_LINKS_GENERATED { get; }
Property Value
TYPE_LINK_CLICKED
public static int TYPE_LINK_CLICKED { get; }
Property Value
TYPE_MANUAL_REPLY
public static int TYPE_MANUAL_REPLY { get; }
Property Value
TYPE_OTHER_ACTION
public static int TYPE_OTHER_ACTION { get; }
Property Value
TYPE_OVERTYPE
public static int TYPE_OVERTYPE { get; }
Property Value
TYPE_PASTE_ACTION
public static int TYPE_PASTE_ACTION { get; }
Property Value
TYPE_SELECTION_DESTROYED
public static int TYPE_SELECTION_DESTROYED { get; }
Property Value
TYPE_SELECTION_DRAG
public static int TYPE_SELECTION_DRAG { get; }
Property Value
TYPE_SELECTION_MODIFIED
public static int TYPE_SELECTION_MODIFIED { get; }
Property Value
TYPE_SELECTION_RESET
public static int TYPE_SELECTION_RESET { get; }
Property Value
TYPE_SELECTION_STARTED
public static int TYPE_SELECTION_STARTED { get; }
Property Value
TYPE_SELECT_ALL
public static int TYPE_SELECT_ALL { get; }
Property Value
TYPE_SHARE_ACTION
public static int TYPE_SHARE_ACTION { get; }
Property Value
TYPE_SMART_ACTION
public static int TYPE_SMART_ACTION { get; }
Property Value
TYPE_SMART_SELECTION_MULTI
public static int TYPE_SMART_SELECTION_MULTI { get; }
Property Value
TYPE_SMART_SELECTION_SINGLE
public static int TYPE_SMART_SELECTION_SINGLE { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetActionIndices()
public int[] GetActionIndices()
Returns
GetEntityTypes()
public String[] GetEntityTypes()
Returns
GetEventCategory()
public int GetEventCategory()
Returns
GetEventContext()
public TextClassificationContext GetEventContext()
Returns
GetEventIndex()
public int GetEventIndex()
Returns
GetEventType()
public int GetEventType()
Returns
GetExtras()
public Bundle GetExtras()
Returns
GetLocale()
public ULocale GetLocale()
Returns
GetModelName()
public String GetModelName()
Returns
GetResultId()
public String GetResultId()
Returns
GetScores()
public float[] GetScores()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)