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