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

Most visited

Recently visited

AbstractMessageParser.Smiley

public static class AbstractMessageParser.Smiley
extends AbstractMessageParser.Token

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


Represents a smiley that was found in the input.

Summary

Inherited fields

Public constructors

Smiley(String text)

Public methods

List<String> getInfo()

Get the relevant information about a token

boolean isHtml()

Inherited methods

Public constructors

Smiley

public Smiley (String text)

Parameters
text 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

isHtml

public boolean isHtml ()

Returns
boolean