Class Linkify
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
initializerIJVMBridgeBaseInitializer
Properties
ALL
[Obsolete("Deprecated in JVM")]
public static int ALL { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EMAIL_ADDRESSES
public static int EMAIL_ADDRESSES { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MAP_ADDRESSES
[Obsolete("Deprecated in JVM")]
public static int MAP_ADDRESSES { get; set; }
Property Value
PHONE_NUMBERS
public static int PHONE_NUMBERS { get; set; }
Property Value
WEB_URLS
public static int WEB_URLS { get; set; }
Property Value
sPhoneNumberMatchFilter
public static Linkify.MatchFilter sPhoneNumberMatchFilter { get; set; }
Property Value
sPhoneNumberTransformFilter
public static Linkify.TransformFilter sPhoneNumberTransformFilter { get; set; }
Property Value
sUrlMatchFilter
public static Linkify.MatchFilter sUrlMatchFilter { get; set; }
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
arg0Spannablearg1Patternarg2Stringarg3Linkify.MatchFilterarg4Linkify.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
arg0Spannablearg1Patternarg2Stringarg3String[]arg4Linkify.MatchFilterarg5Linkify.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
arg0Spannablearg1Patternarg2Stringarg3String[]arg4Linkify.MatchFilterarg5Linkify.TransformFilterarg6Function<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
arg0TextViewarg1Patternarg2Stringarg3Linkify.MatchFilterarg4Linkify.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
arg0TextViewarg1Patternarg2Stringarg3String[]arg4Linkify.MatchFilterarg5Linkify.TransformFilter
AddLinks(TextView, int)
public static bool AddLinks(TextView arg0, int arg1)
Parameters
Returns
CreatePoolableInstance()
HPA initializer for Linkify()
public static Linkify CreatePoolableInstance()