This page provides a list of feed that user can create a post on
Feature
Description
Story creation on community feed
When a user selects a community, UIKit will open Story Creation page with the selected community.
select_target_page/*/*
Page
You can customize page_theme
select_target_page/*/back_button
Element
You can customize back_icon
For more details customization, please refer to Customization page.
// Code snippet for iOS will be available soon.
Start an activity
val intent = Intent(this, AmityStoryTargetPickerActivity::class.java)
startActivity(intent)
Create Fragment
AmityStoryTargetPickerFragment.newInstance().build(storyCreationType: String)