Loading...
This page allows a user to edit user's own profile information.
val intent = AmityEditUserProfileActivity.newIntent(this) startActivity(intent)
AmityUserProfileEditorFragment.newInstance().build()
Feature
Description
User profile update
User can update the information such as avatar, display name, and description. Profile will be updated upon tapping Save.