Interface FetchCurrentUserListener
-
- All Implemented Interfaces:
public interface FetchCurrentUserListenerListener used when fetching the current user from the backend.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFetchCurrentUserResult(Result<User> result)Called when the current user is fetched from the backend. -
-
Method Detail
-
onFetchCurrentUserResult
abstract Unit onFetchCurrentUserResult(Result<User> result)
Called when the current user is fetched from the backend.
-
-
-
-