public interface SmsPingTracker
Modifier and Type | Method and Description |
---|---|
void |
sendRequest(String phoneNumber,
long timeout,
int retries,
PingResponseCallback cb)
sendRequest
|
void sendRequest(String phoneNumber, long timeout, int retries, PingResponseCallback cb) throws Exception
sendRequest
phoneNumber
- a String
object.timeout
- a long.retries
- a int.cb
- a PingResponseCallback
object.Exception
- if any.Copyright © 2015. All Rights Reserved.