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