FileDocCategorySizeDatePackage
MessageSender.javaAPI DocAndroid 1.5 API1209Wed May 06 22:42:46 BST 2009com.android.mms.transaction

MessageSender

public interface MessageSender

Fields Summary
public static final String
RECIPIENTS_SEPARATOR
Constructors Summary
Methods Summary
public booleansendMessage(long token)
Send the message through MMS or SMS protocol.

param
token The token to identify the sending progress.
return
True if the message was sent through MMS or false if it was sent through SMS.
throws
MmsException Error occurred while sending the message.