FlatData

data class FlatData(title: String, subtitle: String, location: GeoCoordinates, payload: Parcelable) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

location
Link copied to clipboard
val location: GeoCoordinates
payload
Link copied to clipboard
val payload: Parcelable
subtitle
Link copied to clipboard
val subtitle: String
title
Link copied to clipboard
val title: String