public class

SendCmailInterface

extends ISendCmailInterface.Stub
java.lang.Object
   ↳ android.os.Binder
     ↳ com.kddi.android.internal.telephony.cdma.ISendCmailInterface.Stub
       ↳ com.kddi.android.internal.telephony.cdma.SendCmailInterface

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
SendCmailInterface(Context context)
Public Methods
boolean cancelCmail(PendingIntent cancelIntent)
Send cancel API for Cmail Cmail Sending is canceled.
void sendCmail(String destinationAddress, String text, PendingIntent sentIntent, int sendingMode)
Send packetSMS message Send of the packetSMS message is requested to PacketSMSManager.
[Expand]
Inherited Methods
From class com.kddi.android.internal.telephony.cdma.ISendCmailInterface.Stub
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface android.os.IInterface
From interface com.kddi.android.internal.telephony.cdma.ISendCmailInterface

Public Constructors

public SendCmailInterface (Context context)

Public Methods

public boolean cancelCmail (PendingIntent cancelIntent)

Send cancel API for Cmail Cmail Sending is canceled. The cancel result is notified by using cancelIntent when the cancel request is accepted. Please specify null for cancelIntent when the cancel result is unnecessary.

Parameters
cancelIntent Cancel result notification intent
Returns
  • True is when the cancel is accepted, and false is returned when not accepting.

public void sendCmail (String destinationAddress, String text, PendingIntent sentIntent, int sendingMode)

Send packetSMS message Send of the packetSMS message is requested to PacketSMSManager.

Parameters
destinationAddress Destination address
text Message body
sentIntent Result notification intent
sendingMode Send mode identifier(standardAPI/transaction/store)