This page allows a user to edit user's own profile information.
Last updated 1 year ago
#3026: New Content: Technical FAQ
Change request updated 11 months ago
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()