The methods of Android.Telephony.Gsm.SmsMessage are listed below. For a list of all members, see the SmsMessage Members list.
See Also: Inherited members from Java.Lang.Object
static | CalculateLength(Java.Lang.ICharSequence, bool)Calculates the number of SMS's required to encode the message body and the number of characters remaining until the next message, given the current encoding. | |
static | CalculateLength(string, bool)Calculates the number of SMS's required to encode the message body and the number of characters remaining until the next message, given the current encoding. | |
static | CreateFromPdu(byte[])Create an SmsMessage from a raw PDU. | |
GetMessageClass()Returns the class of this message. | ||
GetPdu()Returns the raw PDU for the message. | ||
static | GetSubmitPdu(string, string, string, bool)Get an SMS-SUBMIT PDU for a destination address and a message | |
static | GetSubmitPdu(string, string, short, byte[], bool)Get an SMS-SUBMIT PDU for a data message to a destination address & port | |
static | GetTPLayerLengthForPDU(string)Get the TP-Layer-Length for the given SMS-SUBMIT PDU Basically, the length in bytes (not hex chars) less the SMSC header | |
GetUserData()returns the user data section minus the user data header if one was present. |