User Profile Edit Page
This page allows a user to edit user's own profile information.
Last updated
Was this helpful?
Was this helpful?
val intent = AmityEditUserProfileActivity.newIntent(this)
startActivity(intent)AmityUserProfileEditorFragment.newInstance().build()