The classic client API will be removed in a future release.
@Deprecated public interface ServerPingResponseListener
Requests are sent using the 'ping' method on a connection to the server.
The listener for requests must be set on any API interface before sending any ping messages to the server.
Modifier and Type | Method and Description |
---|---|
void |
serverPingResponse(String clientID,
ServerPingMessage message)
Deprecated.
This is the method on which 'ping' responses are returned.
|
void serverPingResponse(String clientID, ServerPingMessage message)
clientID
- the client identifier.message
- the response message.Copyright © 2016 Push Technology Ltd. All Rights Reserved.