Google is committed to advancing racial equity for Black communities. See how.
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

<init>(track: String!)

Public methods

open MutableList<String!>!

open String!

open Boolean

Inherited functions

Inherited properties

Public constructors

<init>

Added in API level REL
MusicTrack(track: String!)

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

getTrack

Added in API level REL
open fun getTrack(): String!

isHtml

Added in API level REL
open fun isHtml(): Boolean