Package com.pubnub.api.managers
Class ReconnectionManager
- java.lang.Object
-
- com.pubnub.api.managers.ReconnectionManager
-
public class ReconnectionManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReconnectionManager(PubNub pubnub)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setReconnectionListener(ReconnectionCallback reconnectionCallback)
void
startPolling()
-
-
-
Constructor Detail
-
ReconnectionManager
public ReconnectionManager(PubNub pubnub)
-
-
Method Detail
-
setReconnectionListener
public void setReconnectionListener(ReconnectionCallback reconnectionCallback)
-
startPolling
public void startPolling()
-
-