ContentDataRaw

data class ContentDataRaw(val rawData: String) : ContentData

Used for unknown content types, which aren't present in the current version of Conversations SDK.

Constructors

Link copied to clipboard
constructor(rawData: String)

Properties

Link copied to clipboard
open override val rawData: String

Full data as stringified JSON. Can be used for new content types and fields which are not supported in the current version of Conversations SDK.