Action

open class Action constructor(val actionType: String, val payload: JSONObject)

Base object for action.

Author

Umang Chamaria

Inheritors

Constructors

Link copied to clipboard
constructor(actionType: String, payload: JSONObject)

Properties

Link copied to clipboard

Type of action.

Link copied to clipboard

Action payload.

Functions

Link copied to clipboard
open override fun toString(): String