services-api / com.keecker.services.navigation.interfaces / RelativeGoToStatus
RelativeGoToStatus
data class RelativeGoToStatus :
Parcelable
Types
CREATOR | companion object CREATOR : Creator < RelativeGoToStatus > |
Constructors
<init> | RelativeGoToStatus(parcel: Parcel ) RelativeGoToStatus(success: Boolean ) |
Properties
success | val success: Boolean |
Functions
describeContents | fun describeContents(): Int |
writeToParcel | fun writeToParcel(parcel: Parcel , flags: Int ): Unit |
Companion Object Functions
createFromParcel | fun createFromParcel(parcel: Parcel ): RelativeGoToStatus |
newArray | fun newArray(size: Int ): Array < RelativeGoToStatus ?> |