User Profile Edit Page

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

Features

Usage

Start an Activity

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

Create a Fragment

AmityUserProfileEditorFragment.newInstance().build()

Last updated