ContextFrame
data class ContextFrame(val contentList: MutableList<ContentItemInterface>, val contentListIndex: Int = -1, val contextCollectionType: String? = null, val contextCollectionId: String? = null, val contextEntityType: String? = null, val contextEntityId: String? = null, val contentIndicator: String? = null, val contentId: String? = null, val clipListId: String? = null, val nestingLevel: Int = 0)
Constructors
Link copied to clipboard
constructor(contentList: MutableList<ContentItemInterface>, contentListIndex: Int = -1, contextCollectionType: String? = null, contextCollectionId: String? = null, contextEntityType: String? = null, contextEntityId: String? = null, contentIndicator: String? = null, contentId: String? = null, clipListId: String? = null, nestingLevel: Int = 0)