Java android.text.style URLSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style URLSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style URLSpan.

The text is from its open source code.

Subclass

android.text.style.URLSpan has subclasses.
Click this link to see all its subclasses.

Constructor

URLSpan(String url)
Constructs a URLSpan from a url string.
URLSpan(@NonNull Parcel src)
Constructs a URLSpan from a parcel.

Method

StringgetURL()
Get the url string for this span.