Interface UpdateUserDataProfileCallback.Params
- Enclosing interface:
- UpdateUserDataProfileCallback
public static interface UpdateUserDataProfileCallback.Params
The parameters of the
UpdateUserDataProfileCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault UserDataProfileThe original user data profile that is about to be updated.default UserDataProfileprofile()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.
-