public interface ISessionCallbacks
Modifier and Type | Method and Description |
---|---|
void |
caughtSocketException(SocketException socketException)
caughtSocketException
|
void |
establishedConnectionToTheInternet()
establishedConnectionToTheInternet
|
String |
getAccessToken()
getAccessToken
|
void |
lostConnectionToTheInternet()
lostConnectionToTheInternet
|
void |
reportProxyAuthenticationRequired()
reportProxyAuthenticationRequired
|
Enums.RestartStatus |
sessionIdExpired(String oldSid)
sessionIdExpired
|
void |
setServerTime(Calendar serverTime)
setServerTime
|
void |
updateBytesSent(long bytes)
updateBytesSent
|
void |
updateUploadSpeed(float speed)
updateUploadSpeed
|
void |
waitForRenewal()
waitForRenewal
|
void updateUploadSpeed(float speed)
speed
- void updateBytesSent(long bytes)
bytes
- Enums.RestartStatus sessionIdExpired(String oldSid)
oldSid
- void lostConnectionToTheInternet()
void reportProxyAuthenticationRequired()
void establishedConnectionToTheInternet()
void setServerTime(Calendar serverTime)
serverTime
- Server time to setvoid waitForRenewal()
String getAccessToken()
void caughtSocketException(SocketException socketException)
socketException
- SocketExceptionCopyright © 2019. All rights reserved.