EventListener
A listener for tracking the state changes of a given Screen. This can be used for instrumentation and other telemetry.
See also
Types
Functions
Link copied to clipboard
Called once when this EventListener should be disposed and the corresponding circuit is disposed.
Link copied to clipboard
open fun onAfterCreatePresenter(screen: Screen, navigator: Navigator, presenter: Presenter<*>?, context: CircuitContext)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Called once after the Ui.Content composition is disposed.
Link copied to clipboard
Called once after the Presenter.present composition is disposed.
Link copied to clipboard
Called once before the initial Ui.Content call.
Link copied to clipboard
Called once before the initial Presenter.present call.
Link copied to clipboard
Link copied to clipboard
open fun onUnavailableContent(screen: Screen, presenter: Presenter<*>?, ui: Ui<*>?, context: CircuitContext)