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