public interface

MessageSender

com.android.mms.transaction.MessageSender
Known Indirect Subclasses

Summary

Constants
String RECIPIENTS_SEPARATOR
Public Methods
abstract boolean sendMessage(long token)
Send the message through MMS or SMS protocol.

Constants

public static final String RECIPIENTS_SEPARATOR

Constant Value: ";"

Public Methods

public abstract boolean sendMessage (long token)

Send the message through MMS or SMS protocol.

Parameters
token The token to identify the sending progress.
Returns
  • True if the message was sent through MMS or false if it was sent through SMS.
Throws
Error occurred while sending the message.
MmsException