public class

MessageItem

extends Object
java.lang.Object
   ↳ com.android.mms.ui.MessageItem

Class Overview

Mostly immutable model for an SMS/MMS message.

The only mutable field is the cached formatted message member, the formatting of which is done outside this model in MessageListItem.

Summary

Nested Classes
enum MessageItem.DeliveryStatus  
Public Methods
int getBoxId()
CharSequence getCachedFormattedMessage()
boolean isDownloaded()
boolean isFailedMessage()
boolean isMms()
boolean isOutgoingMessage()
boolean isSending()
boolean isSms()
void setCachedFormattedMessage(CharSequence formattedMessage)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getBoxId ()

public CharSequence getCachedFormattedMessage ()

public boolean isDownloaded ()

public boolean isFailedMessage ()

public boolean isMms ()

public boolean isOutgoingMessage ()

public boolean isSending ()

public boolean isSms ()

public void setCachedFormattedMessage (CharSequence formattedMessage)

public String toString ()