User setting page(2.2)

User's own profile setting page

Other User's profile setting page

There are two main state based on the user connection.

If user is already connected with the target user

In version 2.2, we do not have the User notification setting in the menu.

If user is not connected with the target user

You can try this code:

let userSettingsViewController = AmityUserSettingsViewController.make(withUserId: "userId")

Last updated