ConversationBatchDeletionParams

批量删除会话参数。

用于批量删除会话,可以选择是否删除远端会话以及是否删除该会话下的所有消息。

Since

5.26.0

Constructors

Link copied to clipboard
public void ConversationBatchDeletionParams(List<ConversationIdentifier> identifiers)
public void ConversationBatchDeletionParams(List<ConversationIdentifier> identifiers, boolean deleteRemotely, boolean deleteMessages)

Properties

Link copied to clipboard
public final static Creator<ConversationBatchDeletionParams> CREATOR
Link copied to clipboard
public List<ConversationIdentifier> identifiers
待删除的会话列表,最多同时删除 100 个会话。

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public List<ConversationIdentifier> getIdentifiers()
Link copied to clipboard
public boolean isDeleteMessages()
Link copied to clipboard
public boolean isDeleteRemotely()
Link copied to clipboard
public void setDeleteMessages(boolean deleteMessages)
Link copied to clipboard
public void setDeleteRemotely(boolean deleteRemotely)
Link copied to clipboard
public void setIdentifiers(List<ConversationIdentifier> identifiers)
Link copied to clipboard
public String toString()
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)