TestAction

sealed class TestAction : Action

Types

Link copied to clipboard
class Invalid : TestAction

Invalid action - parse or build error

Link copied to clipboard
sealed class Login : TestAction

Login actions

Link copied to clipboard
class Profile : TestAction

Profile link

Link copied to clipboard
class Root : TestAction

Root action. Use as a null-object or client-default action

Link copied to clipboard
class Search(    val type: TransportType,     val from: String,     val to: String,     val date: LocalDateFields) : TestAction

Travel search with custom data types:

Link copied to clipboard
class Unknown(components: PshComponents) : TestAction

A valid but unknown action May be used to represent arbitrary link that is not defined in this library

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard