canHandleAction

abstract fun canHandleAction(action: Action): Boolean

Checks if this component can handle the specific action type.

Return

If the action can be handled by this component.

Parameters

action

The Action object from the API response.