Property

data class Property(val propertyName: String = "", val propertyAddress: String = "", val propertyImageUrl: String?, val propertyCountryCode: String? = "", val propertyId: Int = -1, var mapDownloadStatus: DownloadStatus? = null, val propertyPlaceholderImageUrl: Int = R.drawable.property_paceholder, var currentDownloadProgress: Int = 0) : Parcelable

Constructors

Link copied to clipboard
constructor(propertyName: String = "", propertyAddress: String = "", propertyImageUrl: String?, propertyCountryCode: String? = "", propertyId: Int = -1, mapDownloadStatus: DownloadStatus? = null, propertyPlaceholderImageUrl: Int = R.drawable.property_paceholder, currentDownloadProgress: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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