public class

ConversationListItemData

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

Class Overview

A holder class for a conversation header.

Summary

Public Constructors
ConversationListItemData(Context context, Conversation conv)
Public Methods
ContactList getContacts()
String getDate()
String getFrom()
int getMessageCount()
int getPresenceResourceId()
String getSubject()
long getThreadId()
boolean hasAttachment()
boolean hasDraft()
boolean hasError()
boolean isRead()
String toString()
void updateRecipients()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConversationListItemData (Context context, Conversation conv)

Public Methods

public ContactList getContacts ()

public String getDate ()

Returns
  • Returns the date.

public String getFrom ()

Returns
  • Returns the from. (formatted for display)

public int getMessageCount ()

Returns
  • message count of the thread.

public int getPresenceResourceId ()

public String getSubject ()

Returns
  • Returns the subject.

public long getThreadId ()

Returns
  • Returns the ID of the thread.

public boolean hasAttachment ()

Returns
  • Returns the hasAttachment.

public boolean hasDraft ()

Returns
  • Whether the thread has a draft.

public boolean hasError ()

Returns
  • Whether the thread has a transmission error.

public boolean isRead ()

Returns
  • Returns the isRead.

public String toString ()

public void updateRecipients ()