UserInputAction

open class UserInputAction : Action

Author

Umang Chamaria Date: 2019-10-04

Constructors

UserInputAction
Link copied to clipboard
open fun UserInputAction(action: ActionType, userInputType: UserInputType, widgetId: Int, actionList: List<Action>)

Functions

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

Properties

actionList
Link copied to clipboard
val actionList: List<Action>
userInputType
Link copied to clipboard
val userInputType: UserInputType
widgetId
Link copied to clipboard
val widgetId: Int