protected final class SMSDispatcher.SmsSenderCallback
extends ICarrierMessagingCallback.Stub
Constructor and Description |
---|
SmsSenderCallback(SMSDispatcher.SmsSender smsSender) |
Modifier and Type | Method and Description |
---|---|
void |
onDownloadMmsComplete(int result) |
void |
onFilterComplete(int result) |
void |
onSendMmsComplete(int result,
byte[] sendConfPdu) |
void |
onSendMultipartSmsComplete(int result,
int[] messageRefs) |
void |
onSendSmsComplete(int result,
int messageRef)
This method should be called only once.
|
public SmsSenderCallback(SMSDispatcher.SmsSender smsSender)
public void onSendSmsComplete(int result, int messageRef)
public void onSendMultipartSmsComplete(int result, int[] messageRefs)
public void onFilterComplete(int result)
public void onSendMmsComplete(int result, byte[] sendConfPdu)
public void onDownloadMmsComplete(int result)