storeUserProfile

abstract fun storeUserProfile(userProfile: UserProfile, callback: UserProfileCallback)

Stores the user profile with the changes provided.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

userProfile

The user profile to store.

callback

The callback to be notified of the result.