SearchConversationResult

Constructors

Link copied to clipboard
public void SearchConversationResult(Parcel in)

Properties

Link copied to clipboard
public final static Creator<SearchConversationResult> CREATOR

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public Conversation getConversation()
Retrieves the conversation entity, which is used to hold and store client conversation information, corresponding to the conversation in the conversation list.
Link copied to clipboard
public int getMatchCount()
Get the number of matched conversations
Link copied to clipboard
public void setConversation(Conversation mConversation)
Sets the conversation entity to hold and store client conversation information, corresponding to the conversation in the conversation list.
Link copied to clipboard
public void setMatchCount(int mMatchCount)
Sets the number of matching conversations
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)