Added in API level R
Link
open class Link : AbstractMessageParser.Token
| kotlin.Any | ||
| ↳ | com.google.android.util.AbstractMessageParser.Token | |
| ↳ | com.google.android.util.AbstractMessageParser.Link | |
Represents a link that was found in the input.
Summary
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
| open MutableList<String!>! |
getInfo() |
| open String! |
getURL() |
| open Boolean |
isHtml() |
Inherited functions |
|
|---|---|
Inherited properties |
|
|---|---|
Public constructors
Public methods
getInfo
Added in API level R
open fun getInfo(): MutableList<String!>!
| Return | |
|---|---|
MutableList<String!>! |
a list of strings representing the token, not null The first item is always a string representation of the type |