|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileMsgTracker
MobileMsgTracker
| Method Summary | |
|---|---|
MobileMsgRequest |
sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendSmsRequest |
MobileMsgRequest |
sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendUssdRequest |
| Method Detail |
|---|
MobileMsgRequest sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
throws Exception
sendSmsRequest
msg - a OutboundMessage object.timeout - a long.retries - a int.cb - a MobileMsgResponseCallback object.matcher - a MobileMsgResponseMatcher object.
MobileMsgRequest object.
Exception - if any.
MobileMsgRequest sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
throws Exception
sendUssdRequest
msg - a USSDRequest object.timeout - a long.retries - a int.cb - a MobileMsgResponseCallback object.matcher - a MobileMsgResponseMatcher object.
MobileMsgRequest object.
Exception - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||