tripkit-android / com.skedgo.tripkit.common.model / AlertAction
AlertAction
@Immutable @TypeAdapters abstract class AlertAction : Parcelable
Constructors
Name | Summary |
---|---|
<init> | AlertAction() |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< AlertAction !>! |
Functions
Name | Summary |
---|---|
describeContents | open fun describeContents(): Int |
excludedStopCodes | abstract fun excludedStopCodes(): MutableList < String !>? |
text | abstract fun text(): String ? |
type | abstract fun type(): String ? |
writeToParcel | open fun writeToParcel(out: Parcel!, flags: Int ): Unit |