StrategyHandler

class StrategyHandler<FeatureT : Any>(val feature: FeatureT)(source)

Constructors

Link copied to clipboard
constructor(feature: FeatureT)

Properties

Link copied to clipboard
Link copied to clipboard

Handler invoked when a strategy is started. This can be used to perform custom logic related to strategy initiation for a specific feature.

Functions

Link copied to clipboard

Handles strategy finish events by delegating to the handler.

Link copied to clipboard

Internal API for handling strategy finish events with type casting.

Link copied to clipboard

Handles strategy starts events by delegating to the handler.

Link copied to clipboard

Internal API for handling strategy start events with type casting.