Package-level declarations

Types

Link copied to clipboard
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
Link copied to clipboard
class PropertyRequest(val coreApi: CoreApi, val enableFilter: Boolean, val userCountryCode: String? = "")