Post Target Selection Page
This page provides a list of feed that user can create a post on
Last updated
Was this helpful?
Was this helpful?
val intent = Intent(this, AmityPostTargetPickerActivity::class.java)
startActivity(intent)AmityPostTargetPickerFragment.newInstance().build(postCreationType: String)