TripNotificationState

sealed class TripNotificationState

Represents data used for trip notifications

Types

TripNotificationData
Link copied to clipboard
data class TripNotificationData : TripNotificationState
Represents data related to trip notifications.
TripNotificationFreeState
Link copied to clipboard
class TripNotificationFreeState : TripNotificationState
Represents a data-less state.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

TripNotificationState
Link copied to clipboard
TripNotificationState
Link copied to clipboard