ParcelableDataItem

class ParcelableDataItem(val dataItem: DataItem) : Parcelable

Parcelable wrapper class for DataItem to allow easy interop with Android Bundles

This parcelable will write the DataItem as a single String field in the Parcel, taken from DataItem.toString

Parameters

dataItem

The DataItem to write as a Parcelable

Constructors

Link copied to clipboard
constructor(dataItem: DataItem)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)