public interface UserRepository
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserRepository.LoadUserCallback
Callback interface that responses to action when invoked to
Load User information
|
| Modifier and Type | Method and Description |
|---|---|
void |
loadUser(UserRepository.LoadUserCallback callback)
Load user information
|
void |
refreshUser()
Set user to null
|
void loadUser(UserRepository.LoadUserCallback callback)
callback - @see UserRepository.LoadUserCallbackvoid refreshUser()