public interface ITokenServiceRepository
Modifier and Type | Interface and Description |
---|---|
static interface |
ITokenServiceRepository.SessionKeyCallback |
Modifier and Type | Method and Description |
---|---|
void |
getSessionKeyAsync(java.lang.String token,
ITokenServiceRepository.SessionKeyCallback callback)
Get data, performed async and posted back on the UI thread.
|
void getSessionKeyAsync(java.lang.String token, ITokenServiceRepository.SessionKeyCallback callback) throws java.io.IOException
token
- callback
- java.io.IOException