Package io.rong.message
        Class StatusMessage
- 
                    
                    - All Implemented Interfaces:
 
 public abstract class StatusMessageThe 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 SummaryConstructors Constructor Description StatusMessage()
 
-