public class

LinkifyURLSpan

extends URLSpan
implements ParcelableSpan
java.lang.Object
   ↳ android.text.style.CharacterStyle
     ↳ android.text.style.ClickableSpan
       ↳ android.text.style.URLSpan
         ↳ android.text.style.LinkifyURLSpan

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
LinkifyURLSpan(String url)
LinkifyURLSpan(String url, boolean underLineLink)
LinkifyURLSpan(Parcel src)
Public Methods
int describeContents()
int getSpanTypeId()
void onClick(View widget)
void updateDrawState(TextPaint ds)
Makes the LinkifyURLSpan looks no difference to normal text.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class android.text.style.URLSpan
From class android.text.style.ClickableSpan
From class android.text.style.CharacterStyle
From class java.lang.Object
From interface android.os.Parcelable
From interface android.text.ParcelableSpan

Public Constructors

public LinkifyURLSpan (String url)

public LinkifyURLSpan (String url, boolean underLineLink)

public LinkifyURLSpan (Parcel src)

Public Methods

public int describeContents ()

Since: API Level

public int getSpanTypeId ()

Since: API Level

public void onClick (View widget)

Since: API Level

public void updateDrawState (TextPaint ds)

Since: API Level

Makes the LinkifyURLSpan looks no difference to normal text.

public void writeToParcel (Parcel dest, int flags)

Since: API Level