Interaction

data class Interaction(val item: AtUri? = null, val event: String? = null, val feedContext: String? = null, val reqId: String? = null)

Parameters

feedContext

Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.

reqId

Unique identifier per request that may be passed back alongside interactions.

Constructors

Link copied to clipboard
constructor(item: AtUri? = null, event: String? = null, feedContext: String? = null, reqId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.

Link copied to clipboard
val item: AtUri?
Link copied to clipboard

Unique identifier per request that may be passed back alongside interactions.