Class SmsMessage


  • public class SmsMessage
    extends java.lang.Object
    A Short Message Service message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayMessageBody()
      Returns the message body, or email message body if this message was from an email gateway.
      java.lang.String getDisplayOriginatingAddress()
      Returns the originating address, or email from address if this message was from an email gateway.
      byte[] getUserData()  
      • Methods inherited from class java.lang.Object

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

      • getDisplayOriginatingAddress

        public java.lang.String getDisplayOriginatingAddress()
        Returns the originating address, or email from address if this message was from an email gateway. Returns null if originating address unavailable.
      • getDisplayMessageBody

        public java.lang.String getDisplayMessageBody()
        Returns the message body, or email message body if this message was from an email gateway. Returns null if message body unavailable.
      • getUserData

        public byte[] getUserData()