# Print output for @column tags ?> AbstractMessageParser.MusicTrack - Android SDK | Android Developers

Most visited

Recently visited

AbstractMessageParser.MusicTrack

public static class AbstractMessageParser.MusicTrack
extends AbstractMessageParser.Token

java.lang.Object
   ↳ com.google.android.util.AbstractMessageParser.Token
     ↳ com.google.android.util.AbstractMessageParser.MusicTrack


Represents a music track token at the beginning.

Summary

Inherited fields

Public constructors

MusicTrack(String track)

Public methods

List<String> getInfo()

Get the relevant information about a token

String getTrack()
boolean isHtml()

Inherited methods

Public constructors

MusicTrack

public MusicTrack (String track)

Parameters
track String

Public methods

getInfo

public List<String> getInfo ()

Get the relevant information about a token

Returns
List<String> a list of strings representing the token, not null The first item is always a string representation of the type

getTrack

public String getTrack ()

Returns
String

isHtml

public boolean isHtml ()

Returns
boolean