Table of Contents

Class Linkify

Namespace
Android.Text.Util
Assembly
MASES.Netdroid.dll
public class Linkify : JVMBridgeBase<Linkify>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Linkify>
Linkify
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Linkify>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Linkify>.IsAssignableFrom<T>()
JVMBridgeBase<Linkify>.Execute<T>(params T[])
JVMBridgeBase<Linkify>.DynBridgeClazz
JVMBridgeBase<Linkify>.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

Linkify()

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

public Linkify()

Linkify(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 Linkify(params object[] args)

Parameters

args object[]

Properties

ALL

[Obsolete]
public static int ALL { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EMAIL_ADDRESSES

public static int EMAIL_ADDRESSES { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MAP_ADDRESSES

[Obsolete]
public static int MAP_ADDRESSES { get; }

Property Value

int

PHONE_NUMBERS

public static int PHONE_NUMBERS { get; }

Property Value

int

WEB_URLS

public static int WEB_URLS { get; }

Property Value

int

sPhoneNumberMatchFilter

public static Linkify.MatchFilter sPhoneNumberMatchFilter { get; }

Property Value

Linkify.MatchFilter

sPhoneNumberTransformFilter

public static Linkify.TransformFilter sPhoneNumberTransformFilter { get; }

Property Value

Linkify.TransformFilter

sUrlMatchFilter

public static Linkify.MatchFilter sUrlMatchFilter { get; }

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