This page allows a user to edit user's own profile information.
Last updated 2 months 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()