RawDataContainer

interface RawDataContainer<DataType>

A type which exposes its underlying raw data, for debugging purposes or for getting access to future data while using an older version of the SDK.

Properties

Link copied to clipboard
abstract val rawData: DataType

The underlying data.

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard