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

RealtimeAlert

@Immutable @TypeAdapters abstract class RealtimeAlert : Parcelable

See Also <a href="https://github.com/skedgo/skedgo-java/blob/production/RealTime/src/main/java/com/buzzhives/Realtime/RealtimeAlert.java">RealtimeAlert</a&gt;

Constructors

Name Summary
<init> RealtimeAlert()

Properties

Name Summary
CREATOR static val CREATOR: Creator<RealtimeAlert!>!
SEVERITY_ALERT static val SEVERITY_ALERT:String
SEVERITY_WARNING static val SEVERITY_WARNING:String

Functions

Name Summary
alertAction abstract fun alertAction():AlertAction?
describeContents open fun describeContents():Int
fromDate open fun fromDate():Long
lastUpdated open fun lastUpdated():Long
location abstract fun location():Location?
remoteHashCode abstract fun remoteHashCode():Long
remoteIcon abstract fun remoteIcon():String?
severity abstract fun severity():String?
text abstract fun text():String?
title abstract fun title():String?
url abstract fun url():String?
writeToParcel open fun writeToParcel(out: Parcel!, flags:Int):Unit