Package-level declarations
Types
Link copied to clipboard
class GenericActionComponent : ViewModel, ActionComponent, ViewableComponent, IntentHandlingComponent, ActionHandlingComponent
An ActionComponent that is able to handle every action.
Link copied to clipboard
This is the base configuration for GenericActionComponent. You need to use the Builder to instantiate this class. There you will find specific methods to add configurations for each specific ActionComponent, to be able to customize their behavior. If you don't specify anything, a default configuration will be used.