SearchObject

class SearchObject : Parcelable

Type

CREATOR

companion object CREATOR : Creator<SearchObject>

Field to create one or more objects of this type. See companion object functions later on this page.

Constructors

<init>

SearchObject(parcel: Parcel)

SearchObject(speciality: HealthCareLocatorSpecialityObject? = null, place: HCLPlace? = null, createdAt: Long = System.currentTimeMillis(), createdDate: String = "")

Properties

createdAt

var createdAt: Long

createdDate

var createdDate: String

place

var place: HCLPlace?

speciality

var speciality: HealthCareLocatorSpecialityObject?

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel?, flags: Int): Unit

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): SearchObject

newArray

fun newArray(size: Int): Array<SearchObject?>

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android