Class RawTextMessage


  • public class RawTextMessage
    extends Message
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] mPayload  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawTextMessage​(byte[] payload)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mPayload

        public byte[] mPayload
    • Constructor Detail

      • RawTextMessage

        public RawTextMessage​(byte[] payload)