1.1.0
This version improves how clients can update a User profile.
Added
- New
func update(userConfigurationHandler: @escaping (UserData) -> UserData) -> Completable
inUserManagerType
that lets client take the currently logged-in user and update it.
Improved
- Documentation around initialising a
UserData
instance and updating it.