Community Profile Page
This page shows community profile information as well as community feed
Last updated
Was this helpful?
Was this helpful?
let viewController = AmityCommunityProfilePageViewController
.make(withCommunityId: "<community-id>")val intent = Intent(this, AmityCommunityPageActivity::class.java)
startActivity(intent)AmityCommunityPageFragment
.newInstance(community or communityId)
.build(activity)