Example usage for Java android.text.style URLSpan fields, constructors, methods, implement or subclass
The text is from its open source code.
URLSpan(String url) Constructs a URLSpan from a url string. | |
URLSpan(@NonNull Parcel src) Constructs a URLSpan from a parcel. |
String | getURL() Get the url string for this span. |