Interface UpdateUserDataProfileCallback.Params

Enclosing interface:
UpdateUserDataProfileCallback

public static interface UpdateUserDataProfileCallback.Params
The parameters of the UpdateUserDataProfileCallback.
  • Method Details

    • originalProfile

      default UserDataProfile originalProfile()
      The original user data profile that is about to be updated.
    • profile

      default UserDataProfile profile()
      A new user data profile that is about to replace the original profile.