Table of Contents

Class TextLinks

Namespace
Android.View.Textclassifier
Assembly
MASES.Netdroid.dll
public class TextLinks : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
TextLinks
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
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

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

public TextLinks()

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public TextLinks(params object[] args)

Parameters

args object[]

Properties

public static int APPLY_STRATEGY_IGNORE { get; }

Property Value

int
public static int APPLY_STRATEGY_REPLACE { get; }

Property Value

int
public override string BridgeClassName { get; }

Property Value

string
public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator
public override bool IsBridgeAbstract { get; }

Property Value

bool
public override bool IsBridgeCloseable { get; }

Property Value

bool
public override bool IsBridgeInterface { get; }

Property Value

bool
public override bool IsBridgeStatic { get; }

Property Value

bool
public static int STATUS_DIFFERENT_TEXT { get; }

Property Value

int
public static int STATUS_LINKS_APPLIED { get; }

Property Value

int
public static int STATUS_NO_LINKS_APPLIED { get; }

Property Value

int
public static int STATUS_NO_LINKS_FOUND { get; }

Property Value

int
public static int STATUS_UNSUPPORTED_CHARACTER { get; }

Property Value

int

Methods

public int Apply(Spannable arg0, int arg1, Function<TextLinks.TextLink, TextLinks.TextLinkSpan> arg2)

Parameters

arg0 Spannable

Spannable

arg1 int

int

arg2 Function<TextLinks.TextLink, TextLinks.TextLinkSpan>

Function

Returns

int

int

public int DescribeContents()

Returns

int

int

public Bundle GetExtras()

Returns

Bundle

Bundle

public Collection<TextLinks.TextLink> GetLinks()

Returns

Collection<TextLinks.TextLink>

Collection

public CharSequence GetText()

Returns

CharSequence

CharSequence

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int