public interface SMSActivateWebClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
handle(int cid,
@NotNull String request,
int statusCode,
@NotNull String response)
The method is called every time a request is made to the server.
|
void handle(int cid,
@NotNull
@NotNull String request,
int statusCode,
@NotNull
@NotNull String response)
cid - number of request.request - full request to the server.statusCode - response code.response - response from server.Copyright © 2020. All rights reserved.