onAction

abstract suspend fun onAction(action: A)(source)

Abstract method to be implemented by subclasses to handle the specific action logic.

Parameters

action

The user action to be handled.