LifetimeScope
concept
A unit specific to a VContainer.
Create only one for a single screen. (no exceptions).
Uses
Specifies class dependencies within the screen.
Hand the view to the Presenter (Lifecycle).
How to implement
Implement by inheriting from LifetimeScope or LifetimeScopeWithParameter.
Receive and use a pageView via SerializeField.
Add mock information such as communication.
Example code
Last updated