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