UserDetailsProvider

interface UserDetailsProvider

Utility to be used to map user userAlias with a class representation of a user. Load your user synchronously or asynchronously and return result using the listeners provided by the interface.

Functions

Link copied to clipboard
abstract fun onUserDetailsRequested(userAliases: List<String>, completion: Completion<Iterable<UserDetails>>)

Load your user synchronously or asynchronously and return result on the OnUserDetailsListener provided interface.

Inheritors

Link copied to clipboard