Package totalcross.telephony
Class SmsMessage
- java.lang.Object
-
- totalcross.telephony.SmsMessage
-
public class SmsMessage extends java.lang.ObjectA Short Message Service message.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayMessageBody()Returns the message body, or email message body if this message was from an email gateway.java.lang.StringgetDisplayOriginatingAddress()Returns the originating address, or email from address if this message was from an email gateway.byte[]getUserData()
-
-
-
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()
-
-