Class SuggestionSpan
public class SuggestionSpan : CharacterStyle, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<CharacterStyle>SuggestionSpan
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<CharacterStyle>.IsAssignableFrom(IJavaType)JVMBridgeBase<CharacterStyle>.IsAssignableFrom<T>()JVMBridgeBase<CharacterStyle>.Execute<T>(params T[])JVMBridgeBase<CharacterStyle>.DynBridgeClazzJVMBridgeBase<CharacterStyle>.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
SuggestionSpan()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public SuggestionSpan()
SuggestionSpan(Context, String[], int)
public SuggestionSpan(Context arg0, String[] arg1, int arg2)
Parameters
SuggestionSpan(Context, Locale, String[], int, Class)
public SuggestionSpan(Context arg0, Locale arg1, String[] arg2, int arg3, Class arg4)
Parameters
SuggestionSpan(Parcel)
public SuggestionSpan(Parcel arg0)
Parameters
SuggestionSpan(Locale, String[], int)
public SuggestionSpan(Locale arg0, String[] arg1, int arg2)
Parameters
SuggestionSpan(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
public SuggestionSpan(params object[] args)
Parameters
args
object[]
Properties
ACTION_SUGGESTION_PICKED
[Obsolete]
public static String ACTION_SUGGESTION_PICKED { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
FLAG_AUTO_CORRECTION
public static int FLAG_AUTO_CORRECTION { get; }
Property Value
FLAG_EASY_CORRECT
public static int FLAG_EASY_CORRECT { get; }
Property Value
FLAG_GRAMMAR_ERROR
public static int FLAG_GRAMMAR_ERROR { get; }
Property Value
FLAG_MISSPELLED
public static int FLAG_MISSPELLED { 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
SUGGESTIONS_MAX_SIZE
public static int SUGGESTIONS_MAX_SIZE { get; }
Property Value
SUGGESTION_SPAN_PICKED_AFTER
[Obsolete]
public static String SUGGESTION_SPAN_PICKED_AFTER { get; }
Property Value
SUGGESTION_SPAN_PICKED_BEFORE
[Obsolete]
public static String SUGGESTION_SPAN_PICKED_BEFORE { get; }
Property Value
SUGGESTION_SPAN_PICKED_HASHCODE
[Obsolete]
public static String SUGGESTION_SPAN_PICKED_HASHCODE { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetFlags()
public int GetFlags()
Returns
GetLocale()
[Obsolete]
public String GetLocale()
Returns
GetLocaleObject()
public Locale GetLocaleObject()
Returns
GetSpanTypeId()
public int GetSpanTypeId()
Returns
GetSuggestions()
public String[] GetSuggestions()
Returns
GetUnderlineColor()
public int GetUnderlineColor()
Returns
SetFlags(int)
public void SetFlags(int arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)
Parameters
Operators
implicit operator ParcelableSpan(SuggestionSpan)
Converter from SuggestionSpan to ParcelableSpan
public static implicit operator ParcelableSpan(SuggestionSpan t)