User Profile Edit Page

This page allows a user to edit user's own profile information.

Features

Feature

Description

User profile update

User can update the information such as avatar, display name, and description. Profile will be updated upon tapping Save.

Usage

Start an Activity

val intent = AmityEditUserProfileActivity.newIntent(this)
startActivity(intent)

Create a Fragment

AmityUserProfileEditorFragment.newInstance().build()

Last updated