tripkit-android / com.skedgo.tripkit.common.model / BookingConfirmationImage
BookingConfirmationImage
@TypeAdapters @Immutable abstract class BookingConfirmationImage : Parcelable
Constructors
Name | Summary |
---|---|
<init> | BookingConfirmationImage() |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< BookingConfirmationImage !>! |
Functions
Name | Summary |
---|---|
describeContents | open fun describeContents(): Int |
imageURL | abstract fun imageURL(): String ? |
subtitle | abstract fun subtitle(): String ! |
title | abstract fun title(): String ! |
writeToParcel | open fun writeToParcel(dest: Parcel!, flags: Int ): Unit |