FeedViewPost

data class FeedViewPost(val post: PostView, val reply: ReplyRef? = null, val reason: FeedViewPostReasonUnion? = null, val feedContext: String? = null)

Constructors

Link copied to clipboard
constructor(post: PostView, reply: ReplyRef? = null, reason: FeedViewPostReasonUnion? = null, feedContext: String? = null)

Properties

Link copied to clipboard
val feedContext: String? = null

Context provided by feed generator that may be passed back alongside interactions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reply: ReplyRef? = null