canHandleAction

abstract fun canHandleAction(action: Action): Boolean

Checks if the provided component can handle a given action.

Return

If the action can be handled by this component.

Parameters

action

The Action object from the API response.