Action

open class Action(actionType: ActionType, value: String)

Author

Umang Chamaria Date: 27/04/20

Constructors

Action
Link copied to clipboard
fun Action(actionType: ActionType, value: String)

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

Properties

actionType
Link copied to clipboard
open val actionType: ActionType
value
Link copied to clipboard
open val value: String

Inheritors

NavigationAction
Link copied to clipboard