#3026: New Content: Technical FAQ
Change request updated 1 year ago
This page allows a user to edit user's own profile information.
Last updated 2 years ago
Was this helpful?
Feature
Description
User profile update
User can update the information such as avatar, display name, and description. Profile will be updated upon tapping Save.
val intent = AmityEditUserProfileActivity.newIntent(this) startActivity(intent)
AmityUserProfileEditorFragment.newInstance().build()