hyphenate_SDK4.0 4.6.0
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.chat.EMCustomConversationFilter Interface Reference

Public Member Functions

boolean filter (EMConversation emConversation)
 

Detailed Description

Custom conversation filter

Member Function Documentation

◆ filter()

boolean com.hyphenate.chat.EMCustomConversationFilter.filter ( EMConversation  emConversation)

Filter conversation, this method is implemented by the user, the user can decide whether to filter out the conversation based on the conversation properties

Parameters
emConversationConversation
Returns
The user decides to return a boolean return value. If true, the conversation will not be filtered out, will be returned to the user, and will be loaded into memory. If false, the conversation will be filtered out, will not be returned to the user, and will not be loaded into memory.

The documentation for this interface was generated from the following file: