User Details Provider
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>>)
Content copied to clipboard
Load your user synchronously or asynchronously and return result on the OnUserDetailsListener provided interface.