Added in API level REL
MusicTrack
open class MusicTrack : AbstractMessageParser.Token
| kotlin.Any | ||
| ↳ | com.google.android.util.AbstractMessageParser.Token | |
| ↳ | com.google.android.util.AbstractMessageParser.MusicTrack | |
Represents a music track token at the beginning.
Summary
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
| open MutableList<String!>! |
getInfo() |
| open String! |
getTrack() |
| open Boolean |
isHtml() |
Inherited functions |
|
|---|---|
Inherited properties |
|
|---|---|
Public constructors
Public methods
getInfo
Added in API level REL
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 |