Interface UpdateUserDataProfileCallback.Params
- Enclosing interface:
- UpdateUserDataProfileCallback
public static interface UpdateUserDataProfileCallback.Params
The parameters of the
UpdateUserDataProfileCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault UserDataProfile
The original user data profile that is about to be updated.default UserDataProfile
profile()
A new user data profile that is about to replace the original profile.
-
Method Details
-
originalProfile
The original user data profile that is about to be updated. -
profile
A new user data profile that is about to replace the original profile.
-