Table of Contents

Class Linkify

Namespace
Android.Text.Util
Assembly
MASES.Netdroid.dll
public class Linkify : JVMBridgeBase<Linkify>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Linkify
Implements
Extension Methods

Constructors

Linkify()

public Linkify()

Linkify(IJVMBridgeBaseInitializer)

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 Linkify(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ALL

[Obsolete("Deprecated in JVM")]
public static int ALL { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EMAIL_ADDRESSES

public static int EMAIL_ADDRESSES { get; set; }

Property Value

int

IsBridgeAbstract

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

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

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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

public override bool IsBridgeStatic { get; }

Property Value

bool

MAP_ADDRESSES

[Obsolete("Deprecated in JVM")]
public static int MAP_ADDRESSES { get; set; }

Property Value

int

PHONE_NUMBERS

public static int PHONE_NUMBERS { get; set; }

Property Value

int

WEB_URLS

public static int WEB_URLS { get; set; }

Property Value

int

sPhoneNumberMatchFilter

public static Linkify.MatchFilter sPhoneNumberMatchFilter { get; set; }

Property Value

Linkify.MatchFilter

sPhoneNumberTransformFilter

public static Linkify.TransformFilter sPhoneNumberTransformFilter { get; set; }

Property Value

Linkify.TransformFilter

sUrlMatchFilter

public static Linkify.MatchFilter sUrlMatchFilter { get; set; }

Property Value

Linkify.MatchFilter

Methods

public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2)

Parameters

arg0 Spannable

Spannable

arg1 Pattern

Pattern

arg2 String

String

Returns

bool

bool

public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, Linkify.MatchFilter arg3, Linkify.TransformFilter arg4)

Parameters

arg0 Spannable

Spannable

arg1 Pattern

Pattern

arg2 String

String

arg3 Linkify.MatchFilter

Linkify.MatchFilter

arg4 Linkify.TransformFilter

Linkify.TransformFilter

Returns

bool

bool

public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5)

Parameters

arg0 Spannable

Spannable

arg1 Pattern

Pattern

arg2 String

String

arg3 String[]

String

arg4 Linkify.MatchFilter

Linkify.MatchFilter

arg5 Linkify.TransformFilter

Linkify.TransformFilter

Returns

bool

bool

public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5, Function<String, URLSpan> arg6)

Parameters

arg0 Spannable

Spannable

arg1 Pattern

Pattern

arg2 String

String

arg3 String[]

String

arg4 Linkify.MatchFilter

Linkify.MatchFilter

arg5 Linkify.TransformFilter

Linkify.TransformFilter

arg6 Function<String, URLSpan>

Function

Returns

bool

bool

public static bool AddLinks(Spannable arg0, int arg1)

Parameters

arg0 Spannable

Spannable

arg1 int

int

Returns

bool

bool

public static bool AddLinks(Spannable arg0, int arg1, Function<String, URLSpan> arg2)

Parameters

arg0 Spannable

Spannable

arg1 int

int

arg2 Function<String, URLSpan>

Function

Returns

bool

bool

public static void AddLinks(TextView arg0, Pattern arg1, String arg2)

Parameters

arg0 TextView

TextView

arg1 Pattern

Pattern

arg2 String

String

public static void AddLinks(TextView arg0, Pattern arg1, String arg2, Linkify.MatchFilter arg3, Linkify.TransformFilter arg4)

Parameters

arg0 TextView

TextView

arg1 Pattern

Pattern

arg2 String

String

arg3 Linkify.MatchFilter

Linkify.MatchFilter

arg4 Linkify.TransformFilter

Linkify.TransformFilter

public static void AddLinks(TextView arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5)

Parameters

arg0 TextView

TextView

arg1 Pattern

Pattern

arg2 String

String

arg3 String[]

String

arg4 Linkify.MatchFilter

Linkify.MatchFilter

arg5 Linkify.TransformFilter

Linkify.TransformFilter

public static bool AddLinks(TextView arg0, int arg1)

Parameters

arg0 TextView

TextView

arg1 int

int

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for Linkify()

public static Linkify CreatePoolableInstance()

Returns

Linkify