onReceiveMessage

public boolean onReceiveMessage(Message message, boolean isPersisted)

Receives typing status message to display typing indication. Receives other types of messages to cancel the typing display.

Return

Returns true if the message is a TypingMessage, indicating that no further processing is required in RongCoreClient. Returns false if the message is of another type, indicating that further processing is needed in RongCoreClient.

Parameters

message

The received message