onReceivedMessage

public abstract void onReceivedMessage(Message message)

After the SDK receives a message, it routes the message to the corresponding module via this method. Users can selectively handle received messages based on their registered message types.

Parameters

message

The message entity.