/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.alert/AlertAction
AlertAction
\ @Value.Immutable
@Gson.TypeAdapters
abstract class AlertAction : Parcelable
Constructors
AlertAction | constructor() |
Properties
Name | Summary |
---|---|
CONTENTS_FILE_DESCRIPTOR | val CONTENTS_FILE_DESCRIPTOR: Int = 1 |
CREATOR | val CREATOR: Parcelable.Creator<AlertAction> |
PARCELABLE_WRITE_RETURN_VALUE | val PARCELABLE_WRITE_RETURN_VALUE: Int = 1 |
Functions
Name | Summary |
---|---|
describeContents | open fun describeContents(): Int |
excludedStopCodes | @Nullable abstract fun excludedStopCodes(): List<String> |
text | @Nullable abstract fun text(): String |
type | @Nullable abstract fun type(): String |
writeToParcel | open fun writeToParcel(out: Parcel, flags: Int) |