tripkit-android / com.skedgo.tripkit.common.model / BookingConfirmationAction

BookingConfirmationAction

@TypeAdapters @Immutable abstract class BookingConfirmationAction : Parcelable

Constructors

Name Summary
<init> BookingConfirmationAction()

Properties

Name Summary
CREATOR static val CREATOR: Creator<BookingConfirmationAction!>!
TYPE_CALL static val TYPE_CALL:String
TYPE_CANCEL static val TYPE_CANCEL:String
TYPE_QR_CODE static val TYPE_QR_CODE:String

Functions

Name Summary
describeContents open fun describeContents():Int
externalURL abstract fun externalURL():String?
internalURL abstract fun internalURL():String?
isDestructive abstract fun isDestructive():Boolean
title abstract fun title():String!
type abstract fun type():String!
writeToParcel open fun writeToParcel(dest: Parcel!, flags:Int):Unit