Package io.rong.message
Class StatusMessage
-
- All Implemented Interfaces:
public abstract class StatusMessage
The abstract base class for status messages, representing a certain state that will not be stored in the message history.
This type of message does not guarantee delivery to the recipient (though the possibility of loss is only theoretical), but it is the fastest, making it ideal for transmitting status information.
-
-
Constructor Summary
Constructors Constructor Description StatusMessage()
-