The type of action, extending BaseActionType
.
Handles actions of type ContentBlur
.
Override this method to implement custom content blur logic.
Handles actions of type ContentClick
.
Override this method to implement custom content click logic.
Handles actions of type ContentFocusIn
.
Override this method to implement custom content focus in logic.
Handles actions of type Display
.
Override this method to implement custom display action logic.
Handles actions of type Play
.
Override this method to implement custom play action logic.
Handles actions of type PlayLive
.
Override this method to implement custom play live action logic.
Manages the current action by dispatching to the appropriate handler based on the action type.
true
if the action was managed, otherwise false
.
Manages the lifecycle and handling of actions of type
HsAction<T>
.This class provides methods to validate, handle, manage, and cancel actions. It is designed to be extended, with specific action handling logic implemented by overriding the provided handler methods.