UIDataMap

Created by svennahler on 18.10.17.

open class UIDataMap<Data>

Constructors

UIDataMap
Link copied to clipboard
open fun UIDataMap()

Types

DataType
Link copied to clipboard
interface DataType<Type>

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getDataConfig
Link copied to clipboard
open fun <Type> getDataConfig(dataType: UIDataMap.DataType<Type>, config: AbstractAsset): Type
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<UIDataMap>