Post Target Selection Page

This page provides a list of feed that user can create a post on

Features

Feature

Description

Post creation on user's own feed

Post creation on community feed

Usage

Start an activity

val intent = Intent(this, AmityPostTargetPickerActivity::class.java)
startActivity(intent)

Create Fragment

AmityPostTargetPickerFragment.newInstance().build(postCreationType: String)

Last updated