Feed View Post
data class FeedViewPost(val post: PostView, val reply: ReplyRef? = null, val reason: FeedViewPostReasonUnion? = null, val feedContext: String? = null)
Parameters
feed Context
Context provided by feed generator that may be passed back alongside interactions.
Constructors
Link copied to clipboard
constructor(post: PostView, reply: ReplyRef? = null, reason: FeedViewPostReasonUnion? = null, feedContext: String? = null)