/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.ui.realtime/RealtimeAlertRepository
RealtimeAlertRepository
\ interface RealtimeAlertRepository
Functions
| Name | Summary |
|---|---|
| addAlertHashCodesForId | abstract fun addAlertHashCodesForId(id: String, alertHashCodes: List<Long>) |
| addAlerts | abstract fun addAlerts(alerts: List<RealtimeAlert>) |
| getAlerts | abstract fun getAlerts(id: String): List<RealtimeAlert>? |
| onAlertForIdAdded | abstract fun onAlertForIdAdded(id: String): Observable<RealtimeAlert> |