public interface MobileMsgTracker
Modifier and Type | Method and Description |
---|---|
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
|
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.Copyright © 2015. All Rights Reserved.