Interaction

data class Interaction(val event: String? = null, val feedContext: String? = null, val item: <Error class: unknown class>? = null, val reqId: String? = null)

Constructors

Link copied to clipboard
constructor(event: String? = null, feedContext: String? = null, item: <Error class: unknown class>? = null, reqId: String? = null)

Properties

Link copied to clipboard
val event: String? = null
Link copied to clipboard
val feedContext: String? = null

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

Link copied to clipboard
val item: <Error class: unknown class>? = null
Link copied to clipboard
val reqId: String? = null

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