ActivityRetainedScope
A scope that is retained across Activity recreation (e.g., on screen rotation). It is managed by a hidden ViewModel, making it survive configuration changes but not process death. Uses JvmInline for performance optimization.
Properties
Link copied to clipboard
The underlying core DefaultScope instance.