Table of Contents

Class TextLinks

Namespace
Android.View.Textclassifier
Assembly
MASES.Netdroid.dll
public class TextLinks : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
TextLinks
Implements
Inherited Members
Extension Methods

Constructors

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TextLinks(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

public static int APPLY_STRATEGY_IGNORE { get; set; }

Property Value

int
public static int APPLY_STRATEGY_REPLACE { get; set; }

Property Value

int

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string
public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool
public static int STATUS_DIFFERENT_TEXT { get; set; }

Property Value

int
public static int STATUS_LINKS_APPLIED { get; set; }

Property Value

int
public static int STATUS_NO_LINKS_APPLIED { get; set; }

Property Value

int
public static int STATUS_NO_LINKS_FOUND { get; set; }

Property Value

int
public static int STATUS_UNSUPPORTED_CHARACTER { get; set; }

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