Class Linkify
public class Linkify : JVMBridgeBase<Linkify>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Linkify>Linkify
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Linkify>.IsAssignableFrom(IJavaType)JVMBridgeBase<Linkify>.IsAssignableFrom<T>()JVMBridgeBase<Linkify>.Execute<T>(params T[])JVMBridgeBase<Linkify>.DynBridgeClazzJVMBridgeBase<Linkify>.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
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
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EMAIL_ADDRESSES
public static int EMAIL_ADDRESSES { 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
MAP_ADDRESSES
[Obsolete]
public static int MAP_ADDRESSES { get; }
Property Value
PHONE_NUMBERS
public static int PHONE_NUMBERS { get; }
Property Value
WEB_URLS
public static int WEB_URLS { get; }
Property Value
sPhoneNumberMatchFilter
public static Linkify.MatchFilter sPhoneNumberMatchFilter { get; }
Property Value
sPhoneNumberTransformFilter
public static Linkify.TransformFilter sPhoneNumberTransformFilter { get; }
Property Value
sUrlMatchFilter
public static Linkify.MatchFilter sUrlMatchFilter { get; }
Property Value
Methods
AddLinks(Spannable, Pattern, String)
public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2)
Parameters
Returns
AddLinks(Spannable, Pattern, String, MatchFilter, TransformFilter)
public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, Linkify.MatchFilter arg3, Linkify.TransformFilter arg4)
Parameters
arg0
Spannablearg1
Patternarg2
Stringarg3
Linkify.MatchFilterarg4
Linkify.TransformFilter
Returns
AddLinks(Spannable, Pattern, String, String[], MatchFilter, TransformFilter)
public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5)
Parameters
arg0
Spannablearg1
Patternarg2
Stringarg3
String[]arg4
Linkify.MatchFilterarg5
Linkify.TransformFilter
Returns
AddLinks(Spannable, Pattern, String, String[], MatchFilter, TransformFilter, Function<String, URLSpan>)
public static bool AddLinks(Spannable arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5, Function<String, URLSpan> arg6)
Parameters
arg0
Spannablearg1
Patternarg2
Stringarg3
String[]arg4
Linkify.MatchFilterarg5
Linkify.TransformFilterarg6
Function<String, URLSpan>
Returns
AddLinks(Spannable, int)
public static bool AddLinks(Spannable arg0, int arg1)
Parameters
Returns
AddLinks(Spannable, int, Function<String, URLSpan>)
public static bool AddLinks(Spannable arg0, int arg1, Function<String, URLSpan> arg2)
Parameters
Returns
AddLinks(TextView, Pattern, String)
public static void AddLinks(TextView arg0, Pattern arg1, String arg2)
Parameters
AddLinks(TextView, Pattern, String, MatchFilter, TransformFilter)
public static void AddLinks(TextView arg0, Pattern arg1, String arg2, Linkify.MatchFilter arg3, Linkify.TransformFilter arg4)
Parameters
arg0
TextViewarg1
Patternarg2
Stringarg3
Linkify.MatchFilterarg4
Linkify.TransformFilter
AddLinks(TextView, Pattern, String, String[], MatchFilter, TransformFilter)
public static void AddLinks(TextView arg0, Pattern arg1, String arg2, String[] arg3, Linkify.MatchFilter arg4, Linkify.TransformFilter arg5)
Parameters
arg0
TextViewarg1
Patternarg2
Stringarg3
String[]arg4
Linkify.MatchFilterarg5
Linkify.TransformFilter
AddLinks(TextView, int)
public static bool AddLinks(TextView arg0, int arg1)