-
public interface RawDataContainer<DataType extends Object>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.
-
-
Method Summary
Modifier and Type Method Description abstract DataTypegetRawData()The underlying data. -
-
Method Detail
-
getRawData
abstract DataType getRawData()
The underlying data.
-
-
-
-